$(document).ready(function(){
	var style = "#splash{position:absolute; text-align:center; top:0px; left:0px; right:0px; bottom:0px; width:100%; height:100%; z-index:900; background:url(/wasteplan_2009/splash/bg.png);} " +
				".spcontent{position:relative; margin:30px auto; width:980px; padding:20px 20px 60px 20px; border:1px solid #ccc; background:#fff;border-radius:5px !important; -moz-border-radius:5px !important; -khtml-border-radius:5px !important; -webkit-border-radius:5px !important;} " +
				".spbuttons{position:absolute; bottom:30px; right:10px;}.spbuttons a{display:block; font-size:13px; float:left; width:180px; height:40px; max-width:180px; max-height:40px; cursor:pointer; text-align:center; padding:12px 0 0 0; margin-right:10px; font-weight:bold; background:url(/wasteplan_2009/splash/button.jpg) no-repeat;}.spbuttons a:hover{background-position:0 -58px;}";
				
	
	$('head').append('<style>' + style + '</style>');
	$('body').append('<div id="splash"><div class="spcontent"><iframe style="border:0px solid;" scrolling="no" src="/wasteplan_2009/splash/splash2.html" width="980" height="450" ></iframe><div class="spbuttons"><a onclick="splash_close();">Close this window</a></div></div></div>');

});

function splash_close(){
	$('#splash').click(function(){$('#splash').remove();});
}
