
function GetFlash(swfname, width, height){

	document.write('<EMBED SRC="' + swfname + '" WMODE=transparent LOOP=true QUALITY=high WIDTH="' + width + '" HEIGHT="' + height + '" NAME="WevNuts" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');

}
