// JavaScript Document
	$(document).ready(function(){
		$('*').pngFix( );
		
		$('#logoLink').click(function(){
		window.open( $(this).attr('href') );
        return false;				
	});
		
	});
