function alternateContent() {
	var alternateContent = '<h2>This content requires the Macromedia Flash Player. <a href="http://www.macromedia.com/go/getflash/">Get Flash</a></h2>'; 
	document.write(varAltContent);
}

function myLoader(varFileName) {
	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
	if(hasRightVersion) {
		//alert(varFileName);
		document.write ('<object width="380" height="305"><param name="movie" value="http://www.youtube.com/v/' + varFileName + '&autoplay=1&amp;ap=%2526fmt%3D18"></param><param name="wmode" value="transparent"></param><embed autostart="true" src="http://www.youtube.com/v/' +varFileName+'&autoplay=1;rel=0&amp;ap=%2526fmt%3D18" type="application/x-shockwave-flash" wmode="transparent" width="380" height="305"></embed></object>');
  } else {  // flash is too old or we can't detect the plugin
    alternateContent();
  }
// -->
}

function myLoaderLarge(varFileName) {
	var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
	if(hasRightVersion) {
		//alert(varFileName);
		document.write ('<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/' + varFileName + '&autoplay=1&amp;ap=%2526fmt%3D18"></param><param name="wmode" value="transparent"></param><embed autostart="true" src="http://www.youtube.com/v/' +varFileName+'&autoplay=1;rel=0&amp;ap=%2526fmt%3D18" type="application/x-shockwave-flash" wmode="transparent" width="480" height="385"></embed></object>');
  } else {  // flash is too old or we can't detect the plugin
    alternateContent();
  }
// -->
}

function myLoaderLargeNoDetect(varFileName) {
	
		document.write ('<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/' + varFileName + '&autoplay=1&amp;ap=%2526fmt%3D18"></param><param name="wmode" value="transparent"></param><embed autostart="true" src="http://www.youtube.com/v/' +varFileName+'&autoplay=1;rel=0&amp;ap=%2526fmt%3D18" type="application/x-shockwave-flash" wmode="transparent" width="480" height="385"></embed></object>');

// -->
}



