function write_splash(id){
  if(hasRightVersion){
		document.write('<div id="splashhead"><span><object type="application/x-shockwave-flash" data="index_splash.swf" width="712" height="283" id="index_splash" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="FlashVars" value="id='+id+'" /><param name="allowFullScreen" value="false" /><param name="movie" value="index_splash.swf" /><param name="loop" value="false" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="salign" value="lt" /><param name="wmode" value="transparent" /></object></span></div>');
	}else{
		write_splashalt(id);
	}
}
function write_splashalt(id){
  if(!hasRightVersion)document.write('<div id="splashhead"><span><img src="images/index_splash_head.jpg" alt="&quot;Pristine Peruvian farmlands&quot; Certified: Non-GMO Gluten-Free Kosher Vegan. Learn About Our Labor of Love." /></span></div><div id="splashfoot"><span><img src="images/index_splash_foot.jpg" alt="" /></span></div>');
}
