// Hides the hot corner information and shows a logo before allowing it to be viewed.

function sponsorView() {

	setTimeout(
			   "$('#hot-corner-logo').fadeOut('slow', function() {$('#hot-corner-content').fadeIn('slow');});"
			   ,3800);
}
