if(flash.ver[6]) {	// if we've detected an acceptable version
	var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="770" height="100" >'
	+ '<param name="movie" value="vsc.swf" />'
	+ '<param name="quality" value="best" />'
	+ '<param name="wmode" value="transparent" />'
	+ '<embed src="vsc.swf" width="770" height="100" wmode="transparent" type="application/x-shockwave-flash" quality="best" />'
	+ '</object>';
	document.write(oeTags);
} else {
	var alternateContent = '<img src="i/banner.gif" alt="Vipassana Santa Cruz" width="768" height="99" />';
	document.write(alternateContent);
}

