var revide = revide || {};

revide = {

}

// Start it!
$(document).ready(
				  function(){
	
if (document.location.hash == "#poolresor") {
	$('<div id="lightBox_overlay" class="lightBox_overlayBG"></div><div id="lightBox"><div id="lightBoxTop"></div><div id="lightBoxMiddle"><div class="content"><img src="/Portals/125/Bilder/Resor/arrang/Poolresor-logga.gif" /><br/><br/>Pool Resors verksamhet &auml;r avvecklad.<br/>Vi h&auml;nvisar till Bj&ouml;rcks Resor med butiker i Borl&auml;nge, G&auml;vle, S&ouml;dert&auml;lje och &ouml;rebro.<br/>Butikerna tillhandah&aring;ller ett markant mer omfattande utbud av resor &auml;n det Pool Resor tidigare tillhandah&ouml;ll.<br/><br/>V&auml;lkommen till Bj&ouml;rcks Resor<br/></div></div><div id="lightBoxBottom"><a href="javascript:void(0)" class="close">St&#228;ng</a></div></div>').appendTo('body');
	
				$("div#lightBox_overlay").show();
	            $("div#lightBox").show();
				
				$("#lightBoxBottom a.close").bind("click", function() {
                	 $("div#lightBox").hide();
					 $("div#lightBox_overlay").hide();
            	});
	
	
}


})
