function write_movie_dvd()
{
detectBrowser();
if(windowsInternetExplorer) {
   document.write('<object id="id6" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" width="293" height="256" style="height: 256px; left: 43px; position: absolute; top: 48px; width: 293px; z-index: 1; "><param name="src" value="Media/tiny.3gp" /><param name="controller" value="true" /><param name="autoplay" value="false" /><param name="scale" value="tofit" /><param name="volume" value="100" /><param name="loop" value="false" /></object>');}
else if(isiPhone) {
   document.write('<object id="id6" type="video/quicktime" width="293" height="256" style="height: 256px; left: 43px; position: absolute; top: 48px; width: 293px; z-index: 1; "><param name="src" value="Video_Clips_and_DVDs_files/Vinyasacore%2010%20Minute%20Small%20-tiny.jpg"/><param name="target" value="myself"/><param name="href" value="../Media/tiny.3gp"/><param name="controller" value="true"/><param name="scale" value="tofit"/></object>');
} else {
   document.write('<object id="id6" type="video/quicktime" width="293" height="256" data="Media/tiny.3gp" style="height: 256px; left: 43px; position: absolute; top: 48px; width: 293px; z-index: 1; "><param name="src" value="Media/tiny.3gp"/><param name="controller" value="true"/><param name="autoplay" value="false"/><param name="scale" value="tofit"/><param name="volume" value="100"/><param name="loop" value="false"/></object>');
   }
}

function contact_us() {
var daReferrer = document.referrer; 
var email ="";  
var errorMsg = "here here here is the error error error error"; 
var subject = "Contact Yoga Hart"; 
var body_message = ""; 
email=String.fromCharCode(108) + String.fromCharCode(97) + String.fromCharCode(117) + String.fromCharCode(114) + String.fromCharCode(97);
email=email + String.fromCharCode(64);
email=email + String.fromCharCode(121) + String.fromCharCode(111) + String.fromCharCode(103) + String.fromCharCode(97);
email=email + String.fromCharCode(104) + String.fromCharCode(97) + String.fromCharCode(114) + String.fromCharCode(116);
email=email + ".";
email=email + "c";
email=email + "o";
email=email + "m";																																																			
var mailto_link = 'mailto:'+email+'?subject='+subject+'&body='+body_message; 
win = window.open(mailto_link,'emailWindow'); 
if (win && win.open &&!win.closed) win.close(); 
} 
