$(document).ready(function(){
	$('#wrapper').append('<div id="customFooter"></div>');
	var content = '<img src="/content/images/logo_bbb.png" style="width: 149px; height: 56px; border: 0" alt="BBB Accredited Business"  /> ' // BBB
		+ '<img src="/content/images/logo_lifetimewarranty.png" style="width: 59px; height: 56px; border: 0" alt="Lifetime Warranty" id="logo_ida"  /> ' // Warranty
		+ '<img src="/content/images/logo_ida.png" style="width: 156px; height: 56px; border: 0; margin-right: 24px;" alt="International Door Association"  /> ' // IDA
		+ '<a href="http://www.yelp.com/biz/all-star-garage-door-inc-pico-rivera " target="_blank" title="Find us on Yelp" style="display: inline-block; margin-right: 24px;"><img src="http://helixgroupreview3.net/content/images/logo_yelp.png" style="width: 103px; height: 56px; border: 0" alt="Find us on Yelp"  /></a>' // Yelp
		+ '<a href="http://www.facebook.com/pages/All-Star-Garage-Door-Inc/252107791527217" target="_blank" style="display: inline-block; margin-right: 24px;" title="Find us on Facebook"><img src="/content/images/logo_facebook.png" style="width: 56px; height: 56px; border: 0" alt="Find us on Facebook"  /></a>' // Facebook
		+ '<a href="https://twitter.com/#!/AllStarGDoor" target="_blank" style="display: inline-block; margin-right: 24px;" title="Follow us on Twitter"><img src="/content/images/logo_twitter.png" style="width: 56px; height: 56px; border: 0;" alt="Follow us on Twitter" /></a>' // Twitter
		+ '<a href="http://www.youtube.com/user/allstargaragedoor/videos" target="_blank" style="display: inline-block;" title="Find us on YouTube"><img src="/content/images/logo_youtube.png" style="width: 56px; height: 56px; border: 0;" alt="Find us on YouTube" /></a>';
	$('#customFooter').html(content);
	$('#globalNav li.menu-residential-doors ul').append('<li><a href="/pages/custom-doors">Custom Doors</a></li>');
});
