/**
 * @author Gumfi
 */

 
 window.addEvent('domready',function(){
	
	if(window.location.hash == '#seminarInfo') {
		Shadowbox.open({
			player:'iframe',
			content:'/index.php?type=286',
			width: 500,
			height: 250,
			options:({
				overlayOpacity:'0.80'
			})
		});	
	} else if(window.location.pathname == '/angebote.html' && Cookie.read('seminarInfo') == null) {
		Cookie.write('seminarInfo', 'dontshow', {duration: 5});
		Shadowbox.open({
			player:'iframe',
			content:'/index.php?type=286',
			width: 500,
			height: 600,
			options:({
				overlayOpacity:'0.80'
			})
		});	
	}
	
});
