function squirtFlash( flash, width, height )
{
	document.write('<object type="application/x-shockwave-flash" data="' + flash + '" width="' + width + '" height="' + height + '">\n');
	document.write('<param name="movie" value="' + flash + '" />\n');
	document.write('</object>\n');
}
