$(function(){
	$('.pngFix').pngfix();
	//$('div.homeslider').autocontentslider({types:"'img'"});
	$('div#splash_screen').click(function(){
		window.location=HomeURL;
	});
});

function SetHeight(){
	if($('.wrapper').height() < $('body').height()){		
		$('.wrapper').height($('body').height());
	}
}
