﻿$(document).ready(function(){

	if(!$.cookie('visited')){
		$('body#topPage div#innerStage,body#topPage div#innerStage.IE-background').css('background','none');
		$('body#topPage div#swfArea').css('margin-bottom','-40px').set_flash({ movie:"/flash/top.swf", width:818, height:321, version:8 });
		$('body#topPage div#swfArea object').each(function(){ this.outerHTML = this.outerHTML; });
		document.cookie = 'visited=true'+ new Date().toGMTString() + '; path=/';
	};

});

