  String.prototype.PA = function (_hamper,_prefix,_postfix,_face)
        {
          _hamper=_prefix+"@"+this+(_postfix || '');
          document.write(_face+(_hamper).link("mailto:"+_hamper));
        }
		
	jQuery.fn.showLogo = function(classa) {
		$(this).hover(function() {
			$(this).find(classa).stop().fadeTo(500, 0);
			}, function () {
				$(this).find(classa).stop().fadeTo(500, 1);
			});
	}
	
	
	$(document).ready(function(){	
	   	$(".brandstd").showLogo('.front');
	});

	
	
	
	
	
	
	

	

			
 

