
<!--
//MM_FlashCanPlay = false;
//if (isNaN(thisSection)){
	//thisSection=params['thisSection'];
	//userLoggedin=params['userLoggedin'];
	//alert(thisSection);
//}

//function getFlash(swf){
swf = "SSY_logo.swf";
var w=162;var h=90;var path="/templates/studentsyork_01/images/";
var mov = path + swf; // + ".swf"
//alert(mov);


if ( MM_FlashCanPlay ) {
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
	document.write(' ID="gallery" WIDTH="' + w + '" HEIGHT="' + h + '" ALIGN="middle">');
	document.write(' <PARAM NAME=movie VALUE="' + mov + '"> ');  
	document.write(' <PARAM NAME=quality VALUE=high> '); 
	//document.write(' <PARAM NAME=bgcolor VALUE=#000000> '); 
	document.write(' <PARAM NAME=scale VALUE=noscale> '); 
	//document.write(' <PARAM NAME=FlashVars VALUE="section='+thisSection+ '&isLoggedIn=' +userLoggedin+ '"> ');
	document.write(' <EMBED src="' + mov + '" width="' + w + '" height="' + h + '" align="middle" quality="high" scale="noscale"  ');
	//document.write(' FlashVars="section='+thisSection+ '&isLoggedIn=' +userLoggedin+ '" ' );
	document.write(' swLiveConnect=FALSE ');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="https://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
} else{
	document.write('<a href="/students_york.aspx"><img src="/templates/studentsyork_01/images/SSY_logo.png" width="162" height="90" alt="Home" border="0"></a>'); 
}

//}
//-->
   
