$(document).ready(function(){
	$('.bar').click(function(e){
		document.location = 'http://aron.braggans.com';
	})
});