// In this section we set up the content to be placed dynamically on the page.
// Customize movie tags and alternate html content below.

if (useRedirect == false)
{
	var obj = "";
	var img = "images/splash_no_flash.jpg";
	var src = "GameSkeleton.swf";
	var w = 520;
	var h = 340;

	if (hasRightVersion)
	{
		obj += "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab\" width=\"" + w + "\" height=\"" + h + "\">";
		obj += "<param name=\"movie\" value=\"" + src + "\">";
		obj += "<param name=\"quality\" value=\"high\">";
		obj += "<embed pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\" quality=\"high\" src=\"" + src + "\" type=\"application/x-shockwave-flash\" width=\"" + w + "\" height=\"" + h + "\"></embed>";
		obj += "</object>";
	}
	else
	{
		obj += "This content requires the Macromedia Flash Player. <a href=\"http://www.macromedia.com/go/getflash/\">Get Flash</a>";
	}
	
	document.write(obj);
}