/**
 * @author Gumfi
 */

 
 window.addEvent('domready',function(){
	
	if(Cookie.read('zitat') == null) {
		Cookie.write('zitat', 'used', {duration: 30});
		Shadowbox.open({
			player:'iframe',
			content:'http://www.dirkschmidt.com/index.php?type=285',
			width: 500,
			height: 250,
			options:({
				overlayOpacity:'0.80'
			})
		});	
	}
	
});