﻿var flashwidth		= "600"
var flashheight		= "300"
var color		= "000000"

document.write('<table cellpadding="0" cellspacing="0" border="0" width="'+flashwidth+'"><tr><td valign="middle" align="center">');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+flashwidth+'" height="'+flashheight+'" id="home-flash">');
document.write('<param name="movie" value="home-flash.swf">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="bgcolor" value="#'+color+'">');
document.write('<embed src="home-flash.swf" quality="high" wmode="transparent" bgcolor="#'+color+'"  width="'+flashwidth+'" height="'+flashheight+'" name="flah1" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></embed></object><br />');
document.write('</td></tr></table>');