// JavaScript Document

function video1()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="255" width="320">\n');
document.write('<param name="src" value="http://goff-media.com/johncruz/video/missingyou-high.mov" />\n');
document.write('<param name="autoplay" value="true" />\n');
document.write('<param name="controller" value="true" />\n');
document.write('<embed height="255" pluginspage="http://www.apple.com/quicktime/download/" src="http://goff-media.com/johncruz/video/missingyou-high.mov" type="video/quicktime" width="320" controller="true" autoplay="true"></embed> \n');
document.write('</object>\n');
}


function video2()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="255" width="320">\n');
document.write('<param name="src" value="http://goff-media.com/johncruz/video/babysgone-high.mov" />\n');
document.write('<param name="autoplay" value="false" />\n');
document.write('<param name="controller" value="true" />\n');
document.write('<embed height="255" pluginspage="http://www.apple.com/quicktime/download/" src="http://goff-media.com/johncruz/video/babysgone-high.mov" type="video/quicktime" width="320" controller="true" autoplay="false"></embed> \n');
document.write('</object>\n');
}


function video3()
{
document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="255" width="320">\n');
document.write('<param name="src" value="http://goff-media.com/johncruz/video/islandstylemv4.mov" />\n');
document.write('<param name="autoplay" value="false" />\n');
document.write('<param name="controller" value="true" />\n');
document.write('<embed height="255" pluginspage="http://www.apple.com/quicktime/download/" src="http://goff-media.com/johncruz/video/islandstylemv4.mov" type="video/quicktime" width="320" controller="true" autoplay="false"></embed> \n');
document.write('</object>\n');
}



