$(document).ready(function(){
	$("#brand").click(function(){
		window.location = $(this).attr("url");
		return false; 
	});	
});
