show_coming_soon=function(){
	if($('header_box').style.display=='none')
	{
		$('header_box').appear();
		setTimeout("$('header_box').fade();",5000);
	}
}