$(function() {
	var thePromo = '<div id="mobilePromo">';
	thePromo += '<div id="mobilePromoContent">';
	thePromo += '<img src="assets/images/mob-app-title.gif">';
	thePromo += '<a href="http://www.theroofingexpo.com/attendee/roofing-mobile-app.aspx">Now Available</a>';
	thePromo += '</div>';
	thePromo += '</div>';
	$('#Header').append(thePromo);
});

