 $(document).ready(function() {
   var insertion = "<br style='clear:both;' />";
	$("#bottom_wrapper").find(">:last-child").after(insertion);
	
   //var insertion2 = "<a id='elektra_logo' href='http://www.elektra.com' target='_blank'><img src='http://flash.atlrec.com/bruno_mars/insound2/logo_elektra.png' alt='elektra' /></a>";
 
	//$('.footer p').after(insertion2);
});

