function showAllNews(){
	$("#link_other_news").slideUp();
	$("#other_news").slideDown();
	$("a.news").each(function (i) { $(this).attr("href", $(this).attr("href")+"&sh"); });	
	
}

/************************************************************************************************************************************************/
$(window).load(function(){
	if($('#table_contact_form')) $('#table_contact_form').validate();
	$("#header img").fadeIn('slow');
});

window.onresize = function() {
}



