//straight adZones code
var topNavAdZoneCode = '<li style="width: 75px; float: left;"><iframe src="http://ox.tossoffads.com/rtframes/mms/if1.html" allowtransparency="true" frameborder="0" height="26" scrolling="no" width="75">    Your browser does not support IFRAMES.  </iframe></li>';
var leftNavAdZoneCode = '<iframe src="http://ox.tossoffads.com/rtframes/mms/if3.html" allowtransparency="true" frameborder="0" height="30" scrolling="no" width="190">    Your browser does not support IFRAMES.  </iframe>';
var leftColumnComponentAdZoneCode = '<div class="component leftNavRealTouch"><div class="componentHeader">RealTouch</div><div class="componentBody"><div class="componentSkinWrapper"><iframe src="http://ox.tossoffads.com/rtframes/mms/if6.html" allowtransparency="true" frameborder="0" height="400" scrolling="no" width="185">    Your browser does not support IFRAMES.  </iframe></div></div><div class="componentFooter"><p/></div></div>';
// the banner at the top of the mainColumn is added via theaterBuilder > config settings > advanced config settings > welcome message


function addTopNavAd() {
	$('#topNav').append(topNavAdZoneCode);
}

function addLeftNavAd() {
	$('#freeSampleMovieLink').parent().after(leftNavAdZoneCode);
}

function addLeftNavComponent() {
	$('.leftNavExtras').before(leftColumnComponentAdZoneCode);
}

$(document).ready(function() {
	//addTopNavAd();
	//addLeftNavAd();
	addLeftNavComponent();	
});
