//SSM 7/7/11 12:27PM WHQEO
//BANNER MESSAGES ARE STORED HERE
var text = [
"Looking for Continental&#39;s pet policies and fees? Fees and policies listed here apply to United- and United Express-operated flights only. For information relating to Continental-operated flights, <span class=\"Contlink\">visit&nbsp;continental.com</span>.",
"Looking for information relating to a Continental-operated flight? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Trying to check flight status for a Continental-operated flight? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Looking for information about Continental&#39;s baggage policies? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Looking for Continental&#39;s baggage policies? The policies and fees listed here apply to United- and United Express-operated itineraries only. For Continental&#39;s baggage policies, <span class=\"Contlink\">visit&nbsp;continental.com</span>.",
"Looking for Continental services and information? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Need help with baggage for a Continental-operated flight? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Looking for information about Continental&#39;s onboard amenities? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Traveling on a Continental-operated flight? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Looking for Continental&#39;s privacy policy? The policies listed here apply to United and united.com only. For Continental&#39;s privacy policy, <span class=\"Contlink\">visit&nbsp;continental.com</span>.",
"Looking for Continental&#39;s waiver policy? Travel waivers and policies listed here apply to United-operated, United Express-operated and United codeshare itineraries only. <span class=\"Contlink\">Visit&nbsp;continental.com</span> for information relating to Continental-operated flights booked through Continental.",
"Looking for Continental&#39;s extended tarmac delay policy? The policies listed here apply to United- and United Express-operated itineraries only. For Continental&#39;s policy, <span class=\"Contlink\">visit&nbsp;continental.com</span>.",
"Looking for Continental&#39;s customer commitment? The policies listed here apply to United- and United Express-operated itineraries only. For Continental&#39;s Customer First policy, <span class=\"Contlink\">visit&nbsp;continental.com</span>.",
"Looking for Continental&#39;s travel disruptions policies? The policies listed here apply to United- and United Express-operated itineraries only. For Continental&#39;s policies, <span class=\"Contlink\">visit&nbsp;continental.com</span>.",
"Looking for Continental&#39;s policies about traveling with infants and toddlers? The policies listed here apply to United- and United Express-operated itineraries only. For information relating to Continental-operated flights, <span class=\"Contlink\">visit&nbsp;continental.com</span>.",
"NONE - #15",
"Looking for compassion fares for a Continental-operated flight? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"NONE - #17",
"Looking for meal information relating to a Continental-operated flight? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Looking for a Continental Airlines reservation? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Looking for information about traveling with children on Continental-operated flights? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Looking for information relating to Continental-operated flights? Policies and fees listed here apply to United- and United Express-operated flights only. For information relating to Continental-operated flights, <span class=\"Contlink\">visit&nbsp;continental.com</span>.",
"Need to make changes to a Continental Airlines reservation?  <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Looking for Continental Airlines policies? Fees and policies listed here apply to United- and United Express-operated itineraries only. For Continental&#39;s policies, <span class=\"Contlink\">visit&nbsp;continental.com</span>.",
"Looking for information relating to Continental&#39;s ticketing policies and fees? Fees and policies listed here apply to United- and United Express-operated itineraries only. For Continental&#39;s ticketing policies and fees, <span class=\"Contlink\">visit&nbsp;continental.com</span>.",
"NONE - #25",
"Trying to check in for a Continental-operated flight? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Looking for Continental reservations and check-in? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Looking for information about refunds for Continental Airlines tickets or products? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Need to report delayed baggage from a Continental-operated flight? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>",
"Need to file a baggage claim relating to a Continental-operated flight? <br /><span class=\"Contlink\">Visit&nbsp;continental.com</span>"
];

function mergerbanner(across, copy, url, margintop, marginbottom){

if(size < 150){
size = 150;
}

if(size > 753){
size = 753;
}

//ACCOUNTS FOR DROP SHADOW  AREA
var resize = size - 6;
size = resize;

var contentarea = size - 45;

fullurl = url;
if($.browser.mozilla){

//ACCOUNT FOR BROWSER DIFFERENCE IN QUIRKS MODE. 
var size2 = size - 14;

size = size2;
}

if( $.browser.safari){
var size2 = size - 17;

size = size2;
}
if( $.browser.chrome){
var size2 = size - 17;

size = size2;
}

document.write('<div id="mergerwrapper" onClick=window.location.href="'+fullurl+'"; style="width:'+size+'px; margin-top:'+margintop+'px;margin-bottom:'+marginbottom+'px;" class="dropshadow1"><span class="curl3"></span>' +
'<div id="mergerwrappertext" style="width:'+contentarea+'px"><p>'+ copy +
'</p></div>'+
'</div>');
//<!--<span class="curl3"><img class="curl2" src="http://www.united.com/ual/asset/mbs_inflight_services_curl.gif" />&nbsp;</span>-->
//alert(fullurl);
}
//IE WORKAROUND, DON'T TOUCH BELOW!
$(document).ready(function(){
			if ($.browser.msie) {	
			$.getScript('http://content.united.com/ual/asset/jquery.dropshadow.js', function() {
				$('.dropshadow1').dropShadow({left: 2.5, top: 3, blur: 1, color: "#d1dfef", opacity: 1, swap: false});
				});			
				if($.browser.msie && $.browser.version=="6.0"){
				$.getScript('http://content.united.com/ual/asset/jquery.pngFix1.js', function() {
				$(document).pngFix();
				});
				}
			} 
		});


