// JavaScript Document

function flashHome()
{
    document.write('<object type="application/x-shockwave-flash" data="muffin.swf" width="377" height="401">\n');
    document.write('<param name="movie" value="muffin.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
    document.write('</object>\n');
}