
	Shadowbox.init({
		// let's skip the automatic setup because we don't have any
		// properly configured link elements on the page
		skipSetup: true
	});
	
	function shadowbox(){
	
			// open a welcome message as soon as the window loads
			Shadowbox.open({
					content:    "le5h.html",
					player:     "iframe" ,
					width:      453 ,
					height:     123
			});
	 
	};

