// PSbodystrippedEmbed.js JavaScript Document
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
// PSbodystrippedEmbed.js JavaScript Document

	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="693" height="510">')
	document.write('<PARAM NAME=movie VALUE="flash/primal032609.swf">') 
	document.write('<PARAM NAME=quality VALUE=high>') 
	document.write(' <embed src="flash/primal032609.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="693" height="510"></embed>')
	document.write('<param name="scale" value="exactfit" >')
	document.write('</OBJECT>')
	
} else {
var oeTags = '<a href="http://www.adobe.com/go/getflashplayer" target="_blank"><img src="images/noflash.jpg" height="510" width="693" border="0"></a>'
	document.write(oeTags);   // embed image if user does not have the required version of flash player
}
