function squirtFlash()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="115">\n');
document.write('<param name="movie" value="swfs/header.swf?nocache=1" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<embed src="swfs/header.swf?nocache=1" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="115"></embed>\n');
document.write('</object>\n');
}

function squirtFlashHome()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="469">\n');
document.write('<param name="movie" value="swfs/home.swf?nocache=8" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<embed src="swfs/home.swf?nocache=8" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="469"></embed>\n');
document.write('</object>\n');
}

function squirtFlashCompany(ver)
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="470">\n');
document.write('<param name="movie" value="swfs/our_company.swf?ver='+ver+'" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<embed src="swfs/our_company.swf?ver='+ver+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="470"></embed>\n');
document.write('</object>\n');
}

function squirtFlashServices()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="760" height="470">\n');
document.write('<param name="movie" value="swfs/our_services.swf?nocache=7" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="wmode" value="transparent" />\n');
document.write('<embed src="swfs/our_services.swf?nocache=7" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="470"></embed>\n');
document.write('</object>\n');
}

//I got the code for this from this site:
//http://www.tomwalsham.com/post.php?id=60
