var hpnews = {};
hpnews.header = '';
hpnews.content = '';
hpnews.uid = '';

$ = jQuery;
openNews = function(){

	//$('body').darker();
	//$('#news').fadeIn('slow');

}

closeNews = function(){
	$('#news').fadeOut('slow');
	$('body').closeDarker();

}

openGalerie = function(eid){

	window.open("/?id=83&type=9&event_id="+eid, "", "width=765,height=540");
}

jQuery(document).ready(function($){

	// location.hash=='#news' || 
	if(location.href == "http://www.masterpieces.at/" ){
	
		

		
		
		if(true || jQuery.cookie("hpnews")!=hpnews.uid){
			setTimeout('openNews()', 800);
			jQuery.cookie("hpnews", hpnews.uid);
		}
		
		

	}
});
