function bang()
{
alert ("Sorry, no data available yet for this item.");
}



function confirm_introplay()
{
var name=confirm("This is Ajoka Online: Press OK to play intro or CANCEL to redirect.")
	if(name==true)
	{
	document.location.href = "/ajoka/intro.asp"

	}

	else
	{
	document.location.href = "/ajoka/index2.asp"
	}
}