	// I am attempting to develop a version of this unit that handles Internet Explorer's Quirks Mode.
	// Currently, if IE is in Quirks Mode, the loader() function blocks the unit from loading.
	// If you can get this unit to work properly with IE Quirks Mode, then please allow the unit to load in Quirks Mode.
	
	// Campaign Name
	var rollupCampaignName	= "left_4_dead_2_overlay_rollup";
		
	// 3rd Party View URL
	var px_view			= "http://ad.doubleclick.net/ad/N3493.bloody-disgusting.com/B3752842.36;sz=1x1;ord={random}?";
	var px_view2		= "";
	
	//Click URL
	var rollup_px_click		= "http://ad.doubleclick.net/clk;218982080;41827276;o?http://www.l4d.com/bloody-disgusting";
	var rollup_type		= "OVERLAY_FIRST";
	
	var largeSwf = "http://images.indieclick.com/media/left_4_dead_2/960x180_template.swf";
	var largeImg= "http://images.indieclick.com/media/left_4_dead_2/960x180.jpg";
	
	var smallImg = "http://images.indieclick.com/media/left_4_dead_2/960x30.jpg";
	var smallSwf= "http://images.indieclick.com/media/left_4_dead_2/960x30_template.swf";
	
	var video= "http://indieclick.indieclicktv.com/media/videos/de557f82c57c0679032a4cf04f5acc19/4afde2092ba15/12/video.flv";
				
	var videoX=null;
	var videoY=null;
	
	var videoW=null;
	var videoH=null;
	
	var closeX=null;
	var closeY=null;
	
	var muteX=null;
	var muteY=null;
	
	var replayX=null;
	var replayY=null;
	
	var closeX30=null;
	var closeY30=null;
	
	var openX30=null;
	var openY30=null;
	
	var overlaySwf= "http://images.indieclick.com/media/left_4_dead_2/inter500.swf";
	var overlayImg=null;
	
	var ageGate = "false";
	var animation_180 = "http://images.indieclick.com/media/left_4_dead_2/960x180_animation.swf";	
	var animation_30 = "http://images.indieclick.com/media/left_4_dead_2/960x30_animation.swf"

	
	function loadExpandedContent()
	{
		document.getElementById('expanded_content').innerHTML = '<div id="lrg_swf_container"><div id="lrg_swf_content">   </div></div>';
		document.getElementById('expanded_content').style.backgroundColor = '#FFFFFF';
		document.getElementById('lrg_swf_container').style.width = '960px';
		document.getElementById('lrg_swf_container').style.height = '180px';
		
		document.getElementById('lrg_swf_container').style.background = 'url('+largeImg+') no-repeat';		
	}
	
	
	
	function loadExpandedSWF()
	{
		var validAge = getAgeGateCookie();
		
		var flashvars = { clickTAG: rollup_jumpTo, rollupCampaignName: rollupCampaignName, validAge: validAge, videoLink:video, videoX:videoX, videoY:videoY, videoW:videoW, videoH:videoH ,closeX:closeX, closeY:closeY, muteX:muteX, muteY:muteY,replayX:replayX, replayY:replayY,ageGate:ageGate,animation:animation_180};
		var params = { wmode:"window", quality:"best", allowFullScreen:"true", scale:"showall", allowscriptaccess:"always", bgcolor:"#000000" };
		swfobject21.embedSWF(largeSwf, "lrg_swf_content", "960", "180", "9", false, flashvars, params);
	
		setTimeout("swfobject21.getObjectById('lrg_swf_content').style.width = '960px';",0);
		setTimeout("swfobject21.getObjectById('lrg_swf_content').style.height = '180px';",0);
		
		setTimeout("swfobject21.getObjectById('lrg_swf_content').style.width = '960px';",0);
		setTimeout("swfobject21.getObjectById('lrg_swf_content').style.height = '180px';",0);
	}
	
	function loadMinimizedContent()
	{
		document.getElementById('minimized_content').innerHTML = '<div id="sml_swf_container"><div id="sml_swf_content">   </div></div>';
		document.getElementById('minimized_content').style.backgroundColor = '#FFFFFF';
		
		document.getElementById('sml_swf_container').style.background = 'url('+smallImg+') no-repeat';
	}
	
	function loadMinimizedSWF()
	{
		var flashvars = { clickTAG: rollup_jumpTo,rollupCampaignName:rollupCampaignName,closeX30:closeX30, closeY30:closeY30, openX30:openX30, openY30:openY30, animation:animation_30 };
		var params = { wmode:"window", quality:"best", allowscriptaccess:"always", bgcolor:"#000000" };
		swfobject21.embedSWF(smallSwf, "sml_swf_content", "960", "30", "9", false, flashvars, params);
	}
	
	function loadOverlay()
	{
		document.getElementById('expanded_content').innerHTML = '<div id="lrg_swf_container"><div id="lrg_swf_content">   </div></div>';
	
		document.getElementById('lrg_swf_container').style.width = '960px';
		document.getElementById('lrg_swf_container').style.height = '500px';
		
		var flashvars = { clickTAG: "none" };
		var params = { wmode:"transparent", quality:"best", allowscriptaccess:"always", bgcolor:"#000000" };
		swfobject21.embedSWF(overlaySwf, "lrg_swf_content", "960", "500", "9", false, flashvars, params);	
	
		setTimeout('swfobject21.getObjectById("lrg_swf_content").style.width = "960px";',0);
		setTimeout('swfobject21.getObjectById("lrg_swf_content").style.height = "500px";',0);
		
		document.getElementById('ad_container').style.height = '500px';
		document.getElementById('expanded_content').style.height = '500px';
		/*
		if(navigator.platform != "Win32")
			document.getElementById('expanded_content').style.backgroundColor = 'black';
		*/
	}

/*#########################################################*/
	
	function initRollup()
	{
		
		
		if( rollup_type == "OVERLAY_FIRST")
		{
			/*
			 * Overlay First:
			 */
	
			document.getElementById('ad_container').style.height = '500px';
			document.getElementById('expanded_content').style.height = '500px';

			loadMinimizedContent();
			loadMinimizedSWF();
			
			hideMinimizedContent();
			hideMinimizedSWF();
				
			loadOverlay();
			
			showExpandedContent();
			showAdContainer();
			
		}	
		
		else if( rollup_type == "LARGE_SWF_FIRST")
		{	
			
			/*
			 * Large SWF First:
			 */
			 
			document.getElementById('ad_container').style.height = '180px';
			document.getElementById('expanded_content').style.height = '180px';	
			
			loadMinimizedContent();
			loadMinimizedSWF();
			
			hideMinimizedContent();
			hideMinimizedSWF();
			
			loadExpandedContent();
			loadExpandedSWF();
			
			showExpandedContent();
			showAdContainer();
			
		}
		else
		{	
			/*
			 * Small SWF First:
			 */
			document.getElementById('ad_container').style.height = '30px';
			document.getElementById('expanded_content').style.height = '180px';	
			
			loadMinimizedContent();
			loadMinimizedSWF();
		
			showMinimizedContent();
			showAdContainer();
			
		}
	}
			
	function showAdContainer()
	{
		document.getElementById("ad_container").style.visibility = "visible";
	}
	
	function hideAdContainer()
	{
		document.getElementById("ad_container").style.visibility = "hidden";
	}
	
	function hideExpandedContent()
	{	
		document.getElementById("expanded_content").style.display = "none";
	}
	
	function hideMinimizedContent()
	{
		document.getElementById("minimized_content").style.display = "none";
	}
	
	function showExpandedContent()
	{
		document.getElementById("expanded_content").style.display = "";
		document.getElementById("minimized_content").style.display = "none";
	}
	
	function showMinimizedContent()
	{
		document.getElementById("expanded_content").style.display = "none";
		document.getElementById("minimized_content").style.display = "";
	}
	
	function removeExpandedSWF()
	{
		if(swfobject21.getObjectById("lrg_swf_content"))setTimeout('document.getElementById("lrg_swf_container").removeChild(swfobject21.getObjectById("lrg_swf_content"));',0);
	}

	function removeMinimizedSWF()
	{
		if(swfobject21.getObjectById("sml_swf_content"))setTimeout('document.getElementById("sml_swf_container").removeChild(swfobject21.getObjectById("sml_swf_content"));',0);
	}
	
	function hideExpandedSWF()
	{
		if(swfobject21.getObjectById("lrg_swf_content"))setTimeout('swfobject21.getObjectById("lrg_swf_content").style.visibility = "hidden";',0);	
		if(swfobject21.getObjectById("lrg_swf_content"))setTimeout('swfobject21.getObjectById("lrg_swf_content").className = "hidden";',0);
	}
	
	function hideMinimizedSWF()
	{
		if(swfobject21.getObjectById("sml_swf_content"))setTimeout('swfobject21.getObjectById("sml_swf_content").style.visibility = "hidden";',0);
		if(swfobject21.getObjectById("sml_swf_content"))setTimeout('swfobject21.getObjectById("sml_swf_content").className = "hidden";',0);
	}
	
	function showMinimizedSWF()
	{ 
		if(swfobject21.getObjectById("sml_swf_content"))setTimeout('swfobject21.getObjectById("sml_swf_content").className = "";',0);
		if(swfobject21.getObjectById("sml_swf_content"))setTimeout('swfobject21.getObjectById("sml_swf_content").style.visibility = "visible"',0);	
	}
	
	function showExpandedSWF()
	{			 
		if(swfobject21.getObjectById("lrg_swf_content"))setTimeout('swfobject21.getObjectById("lrg_swf_content").className = "";',0);			
		if(swfobject21.getObjectById("lrg_swf_content"))setTimeout('swfobject21.getObjectById("lrg_swf_content").style.visibility = "visible";',0);	
	}

	function showAd()
	{
		if(document.getElementById)
		{
			raiseRollup();
			beaconSendOpen();
		}
	}

	function hideAd()
	{
	if(document.getElementById)
		{
			lowerRollup();
		}
	}
	
	function hideOverlay()
	{
		if(quirksMode)
		{
			document.getElementById('expanded_content').style.height = '30px';
		}
		else
		{
			document.getElementById('expanded_content').style.height = '180px';	
		}
		
		if(document.getElementById)
		{
			lowerRollup();
		}
	}
	
	function closeAd()
	{
		if(document.getElementById)
		{
			hideAdContainer();
			
			hideExpandedContent();
			hideMinimizedContent();
		
			removeSWFs();
		}
	}
	
	function transitionStarted()
	{
		
		if(document.getElementById("ad_container").currentHeight < 180)
		{
			loadExpandedContent();
			hideMinimizedSWF();
			showExpandedContent();
		
			if(quirksMode)
			{
			//	document.getElementById("ad_container").style.bottom = "-180px";
			}
		
		}
		else
		{
			removeExpandedSWF();
		}
	}
	 
	function transitionComplete()
	{
		if(document.getElementById("ad_container").currentHeight < 180)
		{	
			showMinimizedContent();
			showMinimizedSWF();
			
			if(quirksMode)
			{
				//document.getElementById("ad_container").style.bottom = "0px";
				manualPosition();
			}
		}
		else
		{
			loadExpandedSWF();
			showExpandedSWF();
			
			showExpandedContent();
		}
		 
	}
	 
	function hideSWFs()
	{
		hideMinimizedSWF();
		hideExpandedSWF();
	}
	
	function removeSWFs()
	{
		removeMinimizedSWF();
		removeExpandedSWF();	
	}
	 
	function raiseRollup()
	{	
	
		if(!document.getElementById("ad_container").currentHeight)
			document.getElementById("ad_container").currentHeight=30;
	 
		if(document.getElementById("ad_container").currentHeight!=30)
			return;
			
		changeAdHeight(document.getElementById("ad_container"),document.getElementById("ad_container").currentHeight,180,15,50,5)
		
	}

	function lowerRollup()
	{

		if(!document.getElementById("ad_container").currentHeight)
			document.getElementById("ad_container").currentHeight=180;
	 
		if(document.getElementById("ad_container").currentHeight!=180)
			return;
			
		changeAdHeight(document.getElementById("ad_container"),document.getElementById("ad_container").currentHeight,30,15,50,5)
		
	}

	function beaconSendOpen()
	{
	
		document.getElementById("beacon_interaction").src = "http://beacon.indieclick.com/beacon.php?cD=rollOver&cN="+rollupCampaignName;
		
	}

	function beaconSendSoundOn()
	{
	
		document.getElementById("beacon_interaction").src = "http://beacon.indieclick.com/beacon.php?cD=soundOn&cN="+rollupCampaignName;
		
	}

	function beaconSendReplay()
	{
	
		document.getElementById("beacon_interaction").src = "http://beacon.indieclick.com/beacon.php?cD=replay&cN="+rollupCampaignName;
		
	}
	
	function beaconSendClick()
	{
	
		document.getElementById("beacon_interaction").src = "http://beacon.indieclick.com/beacon.php?iL=1&cD=cT&cN="+rollupCampaignName;
		
	}
	
	function beaconCustomClick1()
	{
	
		document.getElementById("beacon_interaction").src = "http://beacon.indieclick.com/beacon.php?cD=customClick1&cN="+rollupCampaignName;
		
	}

	function beaconCustomClick2()
	{
	
		document.getElementById("beacon_interaction").src = "http://beacon.indieclick.com/beacon.php?cD=customClick2&cN="+rollupCampaignName;
		
	}
	
	function beaconCustomClick3()
	{
	
		document.getElementById("beacon_interaction").src = "http://beacon.indieclick.com/beacon.php?cD=customClick3&cN="+rollupCampaignName;
		
	}
	
	function beaconCustomClick4()
	{
	
		document.getElementById("beacon_interaction").src = "http://beacon.indieclick.com/beacon.php?cD=customClick4&cN="+rollupCampaignName;
		
	}
	
	function changeAdHeight(elem,startHeight,endHeight,steps,intervals,powr)
	{
	
		var actStep = 0;
		
		transitionStarted();
		
		if(elem.heightChangeMemInt)
		{
			window.clearInterval(elem.heightChangeMemInt);
		}
		
		elem.heightChangeMemInt=window.setInterval(
		
			function()
			{
				elem.currentHeight = easeInOut( startHeight,endHeight,steps,actStep,powr );

			
				if(quirksMode)
				{
					document.getElementById('expanded_content').style.height = document.getElementById("ad_container").style.height;					
					manualPosition();
				}
				
				elem.style.height = elem.currentHeight+"px";
				
				actStep++;
				if(actStep>steps)
				{
					window.clearInterval(elem.heightChangeMemInt);
					transitionComplete();
				}	
			},intervals
			
		);
			
	}
	
	
	function easeInOut(minValue,maxValue,totalSteps,actualStep,powr)
	{
	
		var delta=maxValue-minValue;
		var stepp=minValue+(Math.pow(((1/totalSteps)*actualStep),powr)*delta);

		return Math.ceil(stepp);
		
	}
	
	
	function trimpx(val)
	{
		var str = val.toString();
		
		if (str.indexOf("px") > -1)
			return parseFloat(str.substring(0,str.length - 2));
	
		return val;
	}

	
	function manualPosition()
	{	
		var windowHeight = trimpx(self.innerHeight || document.documentElement.clientHeight || document.body.clientHeight);
		var scrollHeight = trimpx(window.pageYOffset || document.body.scrollTop || document.documentElement.scrollTop);
		var frameHeight = trimpx(document.getElementById("ad_container").style.height);
		var bottom = windowHeight + scrollHeight - frameHeight;
			
		document.getElementById("ad_container").style.top = bottom + "px";
		
	}
	
	
	function loader()
	{
		if (document.addEventListener)
		{
			document.addEventListener("DOMContentLoaded", initRollup, false);
		}

		else if (/WebKit/i.test(navigator.userAgent))
		{
			var _timer = setInterval(function()
			{
				if (/loaded|complete/.test(document.readyState))
				{
					clearInterval(_timer);
					initRollup();
				}
			}, 10);
		}
		
		else if (document.all && !window.opera)
		{
			document.write('<script type="text/javascript" id="contentloadtag" defer="defer" src="javascript:void(0)"><\/script>');
			var contentloadtag=document.getElementById("contentloadtag");
			contentloadtag.onreadystatechange=function()
			{
				if (this.readyState=="complete")
				{
					//This Disables the unit in Internet Explorer when Internet Explorer is set to Quirks Mode.
					if(!quirksMode)
					{
						initRollup();
					}
				}
			}
		}
	}
	
	function get_highest_z_index()
	{
		return 2147483642;
	}
	
	function detectIEQuirksMode()
	{
		if (/MSIE (\d+\.\d+);/.test(navigator.userAgent) )
		{		
			var mode = document.compatMode;
			
			if(mode)
			{
				if(mode=='BackCompat')
				{
					return true;
				}	
			}
		}
		
		return false;
	}
	
	function setAgeGateFailCookie()
	{
		setCookie( "validAge", "false", 1/24);
	}


	function getAgeGateCookie()
	{
		return getCookie( "validAge" );
	}

	function getCookie( name )
	{
		var start = document.cookie.indexOf( name + "=" );
		var len = start + name.length + 1;

		if ( ( !start ) && ( name != document.cookie.substring( 0, name.length ) ) )
		{
			return null;
		}

		if ( start == -1 )
			return null;

		var end = document.cookie.indexOf( ';', len );

		if ( end == -1 )
			end = document.cookie.length;

		return unescape( document.cookie.substring( len, end ) );
	}

	function setCookie( name, value, expires, path, domain, secure )
	{
		var today = new Date();

		today.setTime( today.getTime() );

		if ( expires )
		{
			expires = expires * 1000 * 60 * 60 * 24;
		}

		var expires_date = new Date( today.getTime() + (expires) );

		document.cookie = name+'='+escape( value ) +
			( ( expires ) ? ';expires='+expires_date.toGMTString() : '' ) + //expires.toGMTString()
			( ( path ) ? ';path=' + path : '' ) +
			( ( domain ) ? ';domain=' + domain : '' ) +
			( ( secure ) ? ';secure' : '' );
	}
	
	/* SWFObject v2.1 <http://code.google.com/p/swfobject21/>
		Copyright (c) 2007-2008 Geoff Stearns, Michael Williams, and Bobby van der Sluis
		This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
	*/

	var swfobject21=function(){var b="undefined",Q="object",n="Shockwave Flash",p="ShockwaveFlash.ShockwaveFlash",P="application/x-shockwave-flash",m="SWFObjectExprInst",j=window,K=document,T=navigator,o=[],N=[],i=[],d=[],J,Z=null,M=null,l=null,e=false,A=false;var h=function(){var v=typeof K.getElementById!=b&&typeof K.getElementsByTagName!=b&&typeof K.createElement!=b,AC=[0,0,0],x=null;if(typeof T.plugins!=b&&typeof T.plugins[n]==Q){x=T.plugins[n].description;if(x&&!(typeof T.mimeTypes!=b&&T.mimeTypes[P]&&!T.mimeTypes[P].enabledPlugin)){x=x.replace(/^.*\s+(\S+\s+\S+$)/,"$1");AC[0]=parseInt(x.replace(/^(.*)\..*$/,"$1"),10);AC[1]=parseInt(x.replace(/^.*\.(.*)\s.*$/,"$1"),10);AC[2]=/r/.test(x)?parseInt(x.replace(/^.*r(.*)$/,"$1"),10):0}}else{if(typeof j.ActiveXObject!=b){var y=null,AB=false;try{y=new ActiveXObject(p+".7")}catch(t){try{y=new ActiveXObject(p+".6");AC=[6,0,21];y.AllowScriptAccess="always"}catch(t){if(AC[0]==6){AB=true}}if(!AB){try{y=new ActiveXObject(p)}catch(t){}}}if(!AB&&y){try{x=y.GetVariable("$version");if(x){x=x.split(" ")[1].split(",");AC=[parseInt(x[0],10),parseInt(x[1],10),parseInt(x[2],10)]}}catch(t){}}}}var AD=T.userAgent.toLowerCase(),r=T.platform.toLowerCase(),AA=/webkit/.test(AD)?parseFloat(AD.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,q=false,z=r?/win/.test(r):/win/.test(AD),w=r?/mac/.test(r):/mac/.test(AD);/*@cc_on q=true;@if(@_win32)z=true;@elif(@_mac)w=true;@end@*/return{w3cdom:v,pv:AC,webkit:AA,ie:q,win:z,mac:w}}();var L=function(){if(!h.w3cdom){return }f(H);if(h.ie&&h.win){try{K.write("<script id=__ie_ondomload defer=true src=//:><\/script>");J=C("__ie_ondomload");if(J){I(J,"onreadystatechange",S)}}catch(q){}}if(h.webkit&&typeof K.readyState!=b){Z=setInterval(function(){if(/loaded|complete/.test(K.readyState)){E()}},10)}if(typeof K.addEventListener!=b){K.addEventListener("DOMContentLoaded",E,null)}R(E)}();function S(){if(J.readyState=="complete"){try{J.parentNode.removeChild(J);}catch(e){}E()}}function E(){if(e){return }if(h.ie&&h.win){var v=a("span");try{var u=K.getElementsByTagName("body")[0].appendChild(v);u.parentNode.removeChild(u)}catch(w){return }}e=true;if(Z){clearInterval(Z);Z=null}var q=o.length;for(var r=0;r<q;r++){o[r]()}}function f(q){if(e){q()}else{o[o.length]=q}}function R(r){if(typeof j.addEventListener!=b){j.addEventListener("load",r,false)}else{if(typeof K.addEventListener!=b){K.addEventListener("load",r,false)}else{if(typeof j.attachEvent!=b){I(j,"onload",r)}else{if(typeof j.onload=="function"){var q=j.onload;j.onload=function(){q();r()}}else{j.onload=r}}}}}function H(){var t=N.length;for(var q=0;q<t;q++){var u=N[q].id;if(h.pv[0]>0){var r=C(u);if(r){N[q].width=r.getAttribute("width")?r.getAttribute("width"):"0";N[q].height=r.getAttribute("height")?r.getAttribute("height"):"0";if(c(N[q].swfVersion)){if(h.webkit&&h.webkit<312){Y(r)}W(u,true)}else{if(N[q].expressInstall&&!A&&c("6.0.65")&&(h.win||h.mac)){k(N[q])}else{O(r)}}}}else{W(u,true)}}}function Y(t){var q=t.getElementsByTagName(Q)[0];if(q){var w=a("embed"),y=q.attributes;if(y){var v=y.length;for(var u=0;u<v;u++){if(y[u].nodeName=="DATA"){w.setAttribute("src",y[u].nodeValue)}else{w.setAttribute(y[u].nodeName,y[u].nodeValue)}}}var x=q.childNodes;if(x){var z=x.length;for(var r=0;r<z;r++){if(x[r].nodeType==1&&x[r].nodeName=="PARAM"){w.setAttribute(x[r].getAttribute("name"),x[r].getAttribute("value"))}}}t.parentNode.replaceChild(w,t)}}function k(w){A=true;var u=C(w.id);if(u){if(w.altContentId){var y=C(w.altContentId);if(y){M=y;l=w.altContentId}}else{M=G(u)}if(!(/%$/.test(w.width))&&parseInt(w.width,10)<310){w.width="310"}if(!(/%$/.test(w.height))&&parseInt(w.height,10)<137){w.height="137"}K.title=K.title.slice(0,47)+" - Flash Player Installation";var z=h.ie&&h.win?"ActiveX":"PlugIn",q=K.title,r="MMredirectURL="+j.location+"&MMplayerType="+z+"&MMdoctitle="+q,x=w.id;if(h.ie&&h.win&&u.readyState!=4){var t=a("div");x+="SWFObjectNew";t.setAttribute("id",x);u.parentNode.insertBefore(t,u);u.style.display="none";var v=function(){u.parentNode.removeChild(u)};I(j,"onload",v)}U({data:w.expressInstall,id:m,width:w.width,height:w.height},{flashvars:r},x)}}function O(t){if(h.ie&&h.win&&t.readyState!=4){var r=a("div");t.parentNode.insertBefore(r,t);r.parentNode.replaceChild(G(t),r);t.style.display="none";var q=function(){t.parentNode.removeChild(t)};I(j,"onload",q)}else{t.parentNode.replaceChild(G(t),t)}}function G(v){var u=a("div");if(h.win&&h.ie){u.innerHTML=v.innerHTML}else{var r=v.getElementsByTagName(Q)[0];if(r){var w=r.childNodes;if(w){var q=w.length;for(var t=0;t<q;t++){if(!(w[t].nodeType==1&&w[t].nodeName=="PARAM")&&!(w[t].nodeType==8)){u.appendChild(w[t].cloneNode(true))}}}}}return u}function U(AG,AE,t){var q,v=C(t);if(v){if(typeof AG.id==b){AG.id=t}if(h.ie&&h.win){var AF="";for(var AB in AG){if(AG[AB]!=Object.prototype[AB]){if(AB.toLowerCase()=="data"){AE.movie=AG[AB]}else{if(AB.toLowerCase()=="styleclass"){AF+=' class="'+AG[AB]+'"'}else{if(AB.toLowerCase()!="classid"){AF+=" "+AB+'="'+AG[AB]+'"'}}}}}var AD="";for(var AA in AE){if(AE[AA]!=Object.prototype[AA]){AD+='<param name="'+AA+'" value="'+AE[AA]+'" />'}}v.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+AF+">"+AD+"</object>";i[i.length]=AG.id;q=C(AG.id)}else{if(h.webkit&&h.webkit<312){var AC=a("embed");AC.setAttribute("type",P);for(var z in AG){if(AG[z]!=Object.prototype[z]){if(z.toLowerCase()=="data"){AC.setAttribute("src",AG[z])}else{if(z.toLowerCase()=="styleclass"){AC.setAttribute("class",AG[z])}else{if(z.toLowerCase()!="classid"){AC.setAttribute(z,AG[z])}}}}}for(var y in AE){if(AE[y]!=Object.prototype[y]){if(y.toLowerCase()!="movie"){AC.setAttribute(y,AE[y])}}}v.parentNode.replaceChild(AC,v);q=AC}else{var u=a(Q);u.setAttribute("type",P);for(var x in AG){if(AG[x]!=Object.prototype[x]){if(x.toLowerCase()=="styleclass"){u.setAttribute("class",AG[x])}else{if(x.toLowerCase()!="classid"){u.setAttribute(x,AG[x])}}}}for(var w in AE){if(AE[w]!=Object.prototype[w]&&w.toLowerCase()!="movie"){F(u,w,AE[w])}}v.parentNode.replaceChild(u,v);q=u}}}return q}function F(t,q,r){var u=a("param");u.setAttribute("name",q);u.setAttribute("value",r);t.appendChild(u)}function X(r){var q=C(r);if(q&&(q.nodeName=="OBJECT"||q.nodeName=="EMBED")){if(h.ie&&h.win){if(q.readyState==4){B(r)}else{j.attachEvent("onload",function(){B(r)})}}else{q.parentNode.removeChild(q)}}}function B(t){var r=C(t);if(r){for(var q in r){if(typeof r[q]=="function"){r[q]=null}}r.parentNode.removeChild(r)}}function C(t){var q=null;try{q=K.getElementById(t)}catch(r){}return q}function a(q){return K.createElement(q)}function I(t,q,r){t.attachEvent(q,r);d[d.length]=[t,q,r]}function c(t){var r=h.pv,q=t.split(".");q[0]=parseInt(q[0],10);q[1]=parseInt(q[1],10)||0;q[2]=parseInt(q[2],10)||0;return(r[0]>q[0]||(r[0]==q[0]&&r[1]>q[1])||(r[0]==q[0]&&r[1]==q[1]&&r[2]>=q[2]))?true:false}function V(v,r){if(h.ie&&h.mac){return }var u=K.getElementsByTagName("head")[0],t=a("style");t.setAttribute("type","text/css");t.setAttribute("media","screen");if(!(h.ie&&h.win)&&typeof K.createTextNode!=b){t.appendChild(K.createTextNode(v+" {"+r+"}"))}u.appendChild(t);if(h.ie&&h.win&&typeof K.styleSheets!=b&&K.styleSheets.length>0){var q=K.styleSheets[K.styleSheets.length-1];if(typeof q.addRule==Q){q.addRule(v,r)}}}function W(t,q){var r=q?"visible":"hidden";if(e&&C(t)){C(t).style.visibility=r}else{V("#"+t,"visibility:"+r)}}function g(s){var r=/[\\\"<>\.;]/;var q=r.exec(s)!=null;return q?encodeURIComponent(s):s}var D=function(){if(h.ie&&h.win){window.attachEvent("onunload",function(){var w=d.length;for(var v=0;v<w;v++){d[v][0].detachEvent(d[v][1],d[v][2])}var t=i.length;for(var u=0;u<t;u++){X(i[u])}for(var r in h){h[r]=null}h=null;for(var q in swfobject21){swfobject21[q]=null}swfobject21=null})}}();return{registerObject:function(u,q,t){if(!h.w3cdom||!u||!q){return }var r={};r.id=u;r.swfVersion=q;r.expressInstall=t?t:false;N[N.length]=r;W(u,false)},getObjectById:function(v){var q=null;if(h.w3cdom){var t=C(v);if(t){var u=t.getElementsByTagName(Q)[0];if(!u||(u&&typeof t.SetVariable!=b)){q=t}else{if(typeof u.SetVariable!=b){q=u}}}}return q},embedSWF:function(x,AE,AB,AD,q,w,r,z,AC){if(!h.w3cdom||!x||!AE||!AB||!AD||!q){return }AB+="";AD+="";if(c(q)){W(AE,false);var AA={};if(AC&&typeof AC===Q){for(var v in AC){if(AC[v]!=Object.prototype[v]){AA[v]=AC[v]}}}AA.data=x;AA.width=AB;AA.height=AD;var y={};if(z&&typeof z===Q){for(var u in z){if(z[u]!=Object.prototype[u]){y[u]=z[u]}}}if(r&&typeof r===Q){for(var t in r){if(r[t]!=Object.prototype[t]){if(typeof y.flashvars!=b){y.flashvars+="&"+t+"="+r[t]}else{y.flashvars=t+"="+r[t]}}}}f(function(){U(AA,y,AE);if(AA.id==AE){W(AE,true)}})}else{if(w&&!A&&c("6.0.65")&&(h.win||h.mac)){A=true;W(AE,false);f(function(){var AF={};AF.id=AF.altContentId=AE;AF.width=AB;AF.height=AD;AF.expressInstall=w;k(AF)})}}},getFlashPlayerVersion:function(){return{major:h.pv[0],minor:h.pv[1],release:h.pv[2]}},hasFlashPlayerVersion:c,createSWF:function(t,r,q){if(h.w3cdom){return U(t,r,q)}else{return undefined}},removeSWF:function(q){if(h.w3cdom){X(q)}},createCSS:function(r,q){if(h.w3cdom){V(r,q)}},addDomLoadEvent:f,addLoadEvent:R,getQueryParamValue:function(v){var u=K.location.search||K.location.hash;if(v==null){return g(u)}if(u){var t=u.substring(1).split("&");for(var r=0;r<t.length;r++){if(t[r].substring(0,t[r].indexOf("="))==v){return g(t[r].substring((t[r].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(A&&M){var q=C(m);if(q){q.parentNode.replaceChild(M,q);if(l){W(l,true);if(h.ie&&h.win){M.style.display="block"}}M=null;l=null;A=false}}}}}();

	var highest_z_index = get_highest_z_index();
	
	document.write('<style type="text/css">@CHARSET "UTF-8";#ad_container{} /* This empty CSS statement fixes issues for Safari & Chrome. Why? */' );
	document.write('#ad_container {width:100%; position: fixed; left: 0px; bottom: 0px; visibility:hidden; z-index:'+highest_z_index+'; overflow:hidden; cursor:pointer;}' );

	document.write('#minimized_content{background-repeat:no-repeat; background-position:center; width:100%; height:30px; position:relative; z-index:'+highest_z_index+'; cursor:pointer;}' );
	document.write('#expanded_content{width:100%; z-index:'+highest_z_index+';}#sml_swf_content{width:960px; height:30px; z-index:'+highest_z_index+'; cursor:pointer;}' );
	document.write('#lrg_swf_container{overflow:hidden; margin:auto; background-repeat:no-repeat; background-position:top-center; z-index:'+highest_z_index+'; cursor:pointer;}' );
	document.write('#sml_swf_container{overflow:hidden; margin:auto; width:960px; background-repeat:no-repeat; background-position:top-center; z-index:'+highest_z_index+'; cursor:pointer;}' );
	document.write('.hidden{width:0;height:0;}</style>' );
	
	var divTag = document.createElement("div");
	divTag.id = "ad_container";
	document.body.appendChild(divTag);
	
	divTag = document.createElement("div");
	divTag.id = "expanded_content";
	document.getElementById("ad_container").appendChild(divTag);

	divTag = document.createElement("div");
	divTag.id = "minimized_content";
	document.getElementById("ad_container").appendChild(divTag);
	
	var iframeTag = document.createElement("iframe");
	iframeTag.id = "beacon_interaction";
	iframeTag.setAttribute("width","0");
	iframeTag.setAttribute("height","0");
	iframeTag.setAttribute("style","border:none;");
	document.body.appendChild(iframeTag);

	var beaconURL	= "http://beacon.indieclick.com/";
	
	var date		= new Date();
	var divPxId		= "pxcontent"+date.getTime()+Math.ceil(Math.random()*3);
	var rollup_jumpTo =   encodeURIComponent(rollup_px_click);

	try{document.write('<div id="'+divPxId+'"><img height="0" width="0" src="http://beacon.indieclick.com/beacon.php?immCb=' + date.getTime() + '&iL=1&cD=hL&cN='+rollupCampaignName+'" /></div>' );}catch(e){alert("IE JS ERROR A89");}
	
	if (px_view != "")
	{
		document.write('<div id="'+divPxId+'_DD"><img height="0" width="0" src='+ px_view +'" /></div>' );
	}
	
	if (px_view2 != "")
	{
		document.write('<div id="'+divPxId+'_DD2"><img height="0" width="0" src='+ px_view2 +'" /></div>' );
	}	
	
	var quirksMode = detectIEQuirksMode();
	
	if (quirksMode)
	{
		document.getElementById("ad_container").style.position = "absolute";
		
		window.attachEvent("onresize", manualPosition);
		window.attachEvent("onscroll", manualPosition);
	}
	
	var is_iphone = (navigator.userAgent.indexOf('iPhone')!=-1);	
	if (is_iphone) { } else { loader(); }
