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

