function flashFixer(val)
{
	flash = "<embed src='flash/aniBackground.swf?where="+val+"' quality='high' menu='false' wmode='transparent' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='990' height='494'></embed>";
	document.write(flash);
}