// Convert the logo file transparent background
$('#logo').ifixpng().css({cursor:'pointer'}).click(function(){
	location.href = 'http://www.cognizantsoft.com';
});