


function loadCineplexHeader() 
{		
	var url = "http://www.cineplex.com/iframeheader.aspx";
	var html = "<div align='center'><iframe src='"+ url +"' style='width:973px; height: 228px' scrolling='no' frameborder='0'></iframe></div>";

	
	document.write(html);
	
}

function loadCineplexFooter() 
{		
	var html = "		{{{AGILITY_SCRIPT}}}					{{{AGILITY_SCRIPT}}}{{{AGILITY_SCRIPT}}}<div class=\"FooterBkgd Left\">{{{AGILITY_SCRIPT}}}  <div class=\"FooterLogo Left\">{{{AGILITY_SCRIPT}}}    <img id=\"Footer1_imgFooterLogo\" src=\"http://www.cineplex.com/ecms.aspx/Footer/en/cinplexLogo_footer.jpg\" style=\"border-width:0px;\" />    {{{AGILITY_SCRIPT}}}  </div>{{{AGILITY_SCRIPT}}}  <div class=\"Footer Left\"  align=\"center\">{{{AGILITY_SCRIPT}}}     <div id=\"Footer1_foot\" style=\"width:730px; float:left;\"><a href='http://www.cineplex.com/Global/Corporate/Information.aspx' target=''class='FooterText'>Corporate&nbsp;Information</a> <a href='http://cineplexgalaxy.disclosureplus.com' target=''class='FooterText'>Investor&nbsp;Relations</a> <a href='http://www.cineplex.com/Global/Careers.aspx' target=''class='FooterText'>Careers&nbsp;at&nbsp;Cineplex</a> <a href='http://media.cineplex.com/' target=''class='FooterText'>Advertising&nbsp;Opportunities</a> <a href='http://www.cineplex.com/Global/FeedbackZone.aspx' target=''class='FooterText'>Contact&nbsp;Us</a> <a href='http://www.cineplex.com/Global/PrivacyPolicy.aspx' target=''class='FooterText'>Privacy&nbsp;Policy</a> <a href='http://www.cineplex.com/Global/TermsOfUse.aspx' target=''class='FooterText'>Terms&nbsp;Of&nbsp;Use</a> <a href='http://www.cineplex.com/Global/TermsofMembership.aspx' target=''class='FooterText'>Terms&nbsp;of&nbsp;Membership</a> <a href='http://www.cineplex.com/Global/Sitemap.aspx' target=''class='FooterText'>Site&nbsp;Map</a> <a href='http://www.access2.ca/english_default.html' target='_blank'class='FooterText'>Access&nbsp;2&nbsp;Entertainment</a> <a href='http://www.onsitemedianetwork.com/' target=''class='FooterText'>Onsite&nbsp;Media</a> <a href='http://www.cineplex.com/Global/FeedbackZone/FAQ.aspx' target=''class='FooterText'>FAQ</a> </div>{{{AGILITY_SCRIPT}}}    <div style=\"font-family:verdana;\"><b>© 2009 Cineplex Entertainment LP</b></div>{{{AGILITY_SCRIPT}}}  </div>{{{AGILITY_SCRIPT}}}  <div class=\"OnlyPrint\" align=\"center\"> <b>© 2009 Cineplex Entertainment LP</b></div>{{{AGILITY_SCRIPT}}}</div>{{{AGILITY_SCRIPT}}}{{{AGILITY_SCRIPT}}}				";
	
	
	html = html.replace(/{{{AGILITY_SCRIPT}}}/g, "\n");
	
	html = '<div align="center"><div style="width:972px;" align="left">' + html + "</div></div>";
	
	document.write(html);
	
}