function getParameterByName( name )
{
  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp( regexS );
  var results = regex.exec( window.location.href );
  if( results == null )
    return "";
  else
    return results[1];
}


// Load jQuery if it isn't loaded already
var loadingJQuery = false;
function loadJQuery() {
        if(typeof(jQuery) == 'undefined'){
                if(!loadingJQuery) {
                        var head= document.getElementsByTagName('head')[0];
                        var script= document.createElement('script');
                        script.type= 'text/javascript';
                        script.src= 'http://ads.jetpackdigital.com/jquery-1.3.2.min.js';
                        head.appendChild(script);
                        loadingJQuery = true;
                }
                setTimeout("loadJQuery()",100);
        } else {
		if(typeof($) == 'undefined') {
			$ = jQuery;
		}
                runUnits();
        }
}

function initUnits() {
					customunit0.Init();
				customunit1.Init();
				customunit2.Init();
			}

function runUnits() {
        // Iterate through each unit, calling run on each
        						customunit0.Run();
			customunit0.ReportDelivery();
						customunit1.Run();
			customunit1.ReportDelivery();
						customunit2.Run();
			customunit2.ReportDelivery();
						
							
		
}


	
			//var ord = Math.random()*100000000000;
//var clickThroughUrl = "http://admin.jetpackdigital.com/tracking/click/?ord="+ord+"&cd=106";

var superheader_8_131_106 = function() {
	// Set the campaignDataId for this unit
	this.campaignDataId = 106;
	var headerPoll;
	var bodyLoaded;
	var oldwindowopen;
	
	var ord = Math.random()*100000000000; 
	var clickThroughUrl = "http://admin.jetpackdigital.com/tracking/click/?ord="+ord+"&cd=106";
	
	var cid = "106";
	var tp = 'http://admin.jetpackdigital.com/tracking/view/?ord='+ord+'&cd=106';
	
	this.Init = function() {
		// Make sure that the page is correct
					if(0 || location.pathname.match(/^\/$/) || location.pathname.match(/^\/index.*$/) || location.pathname.match(/^\/home.*$/) || location.pathname.match(/black-/) || location.pathname.match(/photo/) || location.pathname.match(/video/)) {
			
				
											
						
										
					}
			},


	// Run the clickable skin unit
	this.Run =  function() {
		
					if(0 || location.pathname.match(/^\/$/) || location.pathname.match(/^\/index.*$/) || location.pathname.match(/^\/home.*$/) || location.pathname.match(/black-/) || location.pathname.match(/photo/) || location.pathname.match(/video/)) {
				
				
												
			setTimeout(this.CheckForBody,100);
			
			
var Stage_stage = function() {
	
	var rawConfig = '{\"title\":\"Verizon BHM\",\"width\":\"850px\",\"height\":\"250px\",\"backgroundImage_url\":\"\\/_uploads\\/1264733526VIBE_VRZNBHM_BG_OBAMA.jpg\",\"backgroundImage\":\"VIBE_VRZNBHM_BG_OBAMA\",\"backgroundImage2_url\":\"\\/_uploads\\/1264733526VIBE_VRZNBHM_BG_OPRAH.jpg\",\"backgroundImage2\":\"VIBE_VRZNBHM_BG_OPRAH\",\"backgroundImage3_url\":\"\\/_uploads\\/1264733526VIBE_VRZNBHM_BG_SCOOKE.jpg\",\"backgroundImage3\":\"VIBE_VRZNBHM_BG_SCOOKE\"}';
	var config = eval("(" + rawConfig + ")");
	var element = null;
	
	var id = "stage";

	var backgroundImage = "http://ads.jetpackdigital.com/sites" + config.backgroundImage_url;
	var backgroundImage2 = "http://ads.jetpackdigital.com/sites" + config.backgroundImage2_url;
	var backgroundImage3 = "http://ads.jetpackdigital.com/sites" + config.backgroundImage3_url;
	
	var collapsed = false;
	var collapsing = false;
	
	var config = config;

	this.drawElement = function(targetElement) {
		this.stage = document.createElement("div");
		this.stage.id = id;
		$(this.stage).css("position","relative");
		$(this.stage).css("height",config.height);
		$(this.stage).css("width",config.width);
		$(this.stage).css("border","1px solid black");
		$(this.stage).css("background-color","#000000");
		$(this.stage).css("overflow","hidden");
		$(this.stage).css("font-size","10px");
		$(this.stage).attr("class","background1");
		$(this.stage).css("z-index","1000000");
		element = this.stage;
		
		//if(config.backgroundImage) {
			//$(this.stage).css("background","#000000 url(http://admin_1.jetpackdigital.com" + config.backgroundImage_url + ") no-repeat");
		//}
		//$(this.stage).html("Stage");
		$(targetElement).append(this.stage);
		
		var stylecss = ".background1 { background: #000000 url(" + backgroundImage + ") no-repeat !important} .background2 { background: #000000 url(" + backgroundImage2 + ") no-repeat !important} .background3 { background: #000000 url(" + backgroundImage3 + ") no-repeat !important}";
		
		var style = document.createElement( 'style' );
      	style.type = 'text/css';
      	var head = document.getElementsByTagName('head')[0];
      	head.appendChild( style );
      	if( style.styleSheet )  // IE
         	style.styleSheet.cssText = stylecss;
      	else  // other browsers
         	style.appendChild( document.createTextNode(stylecss) );
		
		var cacheBg2ImageElement = document.createElement("div");
		$(cacheBg2ImageElement).css("position","absolute");
		$(cacheBg2ImageElement).css("left","-9999px");
		$(cacheBg2ImageElement).attr("class","background2");
		$(targetElement).append($(cacheBg2ImageElement));
		var cacheBg3ImageElement = document.createElement("div");
		$(cacheBg3ImageElement).css("position","absolute");
		$(cacheBg3ImageElement).css("left","-9999px");
		$(cacheBg3ImageElement).attr("class","background3");
		$(targetElement).append($(cacheBg3ImageElement));

		
		var stage = this.stage;
		
									$("#stage").bind("clickButton1",function(){ 
					$(element).attr("class","background1");$(element).animate({height: '500px'},1000);				});
							$("#stage").bind("clickButton2",function(){ 
					$(element).attr("class","background2");$(element).animate({height: '500px'},1000);				});
							$("#stage").bind("clickButton3",function(){ 
					$(element).attr("class","background3");$(element).animate({height: '500px'},1000);				});
							$("#stage").bind("collapseButton",function(){ 
					$(element).animate({height: '250px'},1000);				});
						
		$(this.stage).bind("click", function(event) {
			if(event.currentTarget.id == id) {
				if(config.clickevent) {
					$("#stage").trigger(config.clickevent, id);
				}
			}
		});
		
	}
}


var stage = null;

$(document).ready(function() { 
	stage = new Stage_stage();
	stage.drawElement("#jpsuperheader");
});var Button_ButtonModule_0 = function() {
	
	var rawConfig = '{\"width\":\"149px\",\"height\":\"170px\",\"top\":\"80px\",\"left\":\"87px\",\"defaultImage_url\":\"\\/_uploads\\/1265138201VIBE_VRZNBHM_NAV01.jpg\",\"defaultImage\":\"VIBE_VRZNBHM_NAV01\",\"selectedImage_url\":\"\\/_uploads\\/1265138206VIBE_VRZNBHM_NAV01_RO.jpg\",\"selectedImage\":\"VIBE_VRZNBHM_NAV01_RO\",\"hoverImage_url\":\"\\/_uploads\\/1265138206VIBE_VRZNBHM_NAV01_RO.jpg\",\"hoverImage\":\"VIBE_VRZNBHM_NAV01_RO\",\"clickEvent\":\"clickButton1\"}';
	var config = eval("(" + rawConfig + ")");
	var id = "button_ButtonModule_0";
	var element = null;
	
	var hoverImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.hoverImage_url;
	var defaultImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.defaultImage_url;
	var selectedImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.selectedImage_url;
	
	var selected = false;

	this.drawElement = function(targetElement) {
		this.module = document.createElement("div");
		$(this.module).attr("id",id);
		$(this.module).attr("class",id + "_default");
		$(this.module).css("position","absolute");
		$(this.module).css("height",config.height);
		$(this.module).css("width",config.width);
		$(this.module).css("left",config.left);
		$(this.module).css("top",config.top);
		//$(this.module).css("border","1px solid black");
		//$(this.module).css("background-color","transparent");
		$(this.module).css("font-size","10px");
		
		if(config.zIndex) {
			$(this.module).css("z-index",config.zIndex);
		}
		$(this.module).css("cursor","pointer");
		//$(this.module).html("Button");
		
		
		element = this.module;
		
				
		var stylecss = "." + id + "_default {background: transparent url(" + defaultImage + ") no-repeat !important;} ." + id + "_hover {  background: transparent url(" + hoverImage + ") no-repeat !important;} ." + id + "_selected {  background: transparent url(" + selectedImage + ") no-repeat !important;}";
		
		var style = document.createElement( 'style' );
      	style.type = 'text/css';
      	var head = document.getElementsByTagName('head')[0];
      	head.appendChild( style );
      	if( style.styleSheet )  // IE
         	style.styleSheet.cssText = stylecss;
      	else  // other browsers
         	style.appendChild( document.createTextNode(stylecss) );
		
		var cacheHoverImageElement = document.createElement("div");
		$(cacheHoverImageElement).css("position","absolute");
		$(cacheHoverImageElement).css("left","-9999px");
		$(cacheHoverImageElement).attr("class",id + "_hover");
		$(targetElement).append($(cacheHoverImageElement));

		
		if(config.hoverImage) {
			$(this.module).mouseover(function() {
				$(element).attr("class",id + "_hover");
			});
			
			$(this.module).mouseout(function() {
				if(!selected) {
					$(element).attr("class",id + "_default");
				}
			});
			//style += "#" + id + "_cache {  background: transparent url(" + hoverImage + ") no-repeat !important;}"; 
			//style += "#" + id + ":hover { background: transparent url(" + hoverImage + ") no-repeat !important;}";
		}		
		
		$(targetElement).append(this.module);
		
		
		$(this.module).bind("click", function() {
			if(config.clickEvent) {
				$("#stage").trigger(config.clickEvent, id);
			}
		});
		
									$("#stage").bind("clickButton1",function(){ 
					$(element).attr("class", id + "_selected"); selected = true;				});
							$("#stage").bind("clickButton2",function(){ 
					$(element).attr("class", id + "_default"); selected = false;				});
							$("#stage").bind("clickButton3",function(){ 
					$(element).attr("class", id + "_default"); selected = false;				});
							
	}
}


var module = null;

$(document).ready(function() { 
	module = new Button_ButtonModule_0();
	module.drawElement("#stage");
});var Button_ButtonModule_1 = function() {
	
	var rawConfig = '{\"width\":\"149px\",\"height\":\"170px\",\"top\":\"80px\",\"left\":\"251px\",\"defaultImage_url\":\"\\/_uploads\\/1265138211VIBE_VRZNBHM_NAV02.jpg\",\"defaultImage\":\"VIBE_VRZNBHM_NAV02\",\"selectedImage_url\":\"\\/_uploads\\/1265138217VIBE_VRZNBHM_NAV02_RO.jpg\",\"selectedImage\":\"VIBE_VRZNBHM_NAV02_RO\",\"hoverImage_url\":\"\\/_uploads\\/1265138217VIBE_VRZNBHM_NAV02_RO.jpg\",\"hoverImage\":\"VIBE_VRZNBHM_NAV02_RO\",\"clickEvent\":\"clickButton2\"}';
	var config = eval("(" + rawConfig + ")");
	var id = "button_ButtonModule_1";
	var element = null;
	
	var hoverImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.hoverImage_url;
	var defaultImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.defaultImage_url;
	var selectedImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.selectedImage_url;
	
	var selected = false;

	this.drawElement = function(targetElement) {
		this.module = document.createElement("div");
		$(this.module).attr("id",id);
		$(this.module).attr("class",id + "_default");
		$(this.module).css("position","absolute");
		$(this.module).css("height",config.height);
		$(this.module).css("width",config.width);
		$(this.module).css("left",config.left);
		$(this.module).css("top",config.top);
		//$(this.module).css("border","1px solid black");
		//$(this.module).css("background-color","transparent");
		$(this.module).css("font-size","10px");
		
		if(config.zIndex) {
			$(this.module).css("z-index",config.zIndex);
		}
		$(this.module).css("cursor","pointer");
		//$(this.module).html("Button");
		
		
		element = this.module;
		
				
		var stylecss = "." + id + "_default {background: transparent url(" + defaultImage + ") no-repeat !important;} ." + id + "_hover {  background: transparent url(" + hoverImage + ") no-repeat !important;} ." + id + "_selected {  background: transparent url(" + selectedImage + ") no-repeat !important;}";
		
		var style = document.createElement( 'style' );
      	style.type = 'text/css';
      	var head = document.getElementsByTagName('head')[0];
      	head.appendChild( style );
      	if( style.styleSheet )  // IE
         	style.styleSheet.cssText = stylecss;
      	else  // other browsers
         	style.appendChild( document.createTextNode(stylecss) );
		
		var cacheHoverImageElement = document.createElement("div");
		$(cacheHoverImageElement).css("position","absolute");
		$(cacheHoverImageElement).css("left","-9999px");
		$(cacheHoverImageElement).attr("class",id + "_hover");
		$(targetElement).append($(cacheHoverImageElement));

		
		if(config.hoverImage) {
			$(this.module).mouseover(function() {
				$(element).attr("class",id + "_hover");
			});
			
			$(this.module).mouseout(function() {
				if(!selected) {
					$(element).attr("class",id + "_default");
				}
			});
			//style += "#" + id + "_cache {  background: transparent url(" + hoverImage + ") no-repeat !important;}"; 
			//style += "#" + id + ":hover { background: transparent url(" + hoverImage + ") no-repeat !important;}";
		}		
		
		$(targetElement).append(this.module);
		
		
		$(this.module).bind("click", function() {
			if(config.clickEvent) {
				$("#stage").trigger(config.clickEvent, id);
			}
		});
		
									$("#stage").bind("clickButton2",function(){ 
					$(element).attr("class", id + "_selected"); selected = true;				});
							$("#stage").bind("clickButton1",function(){ 
					$(element).attr("class", id + "_default"); selected = false;				});
							$("#stage").bind("clickButton3",function(){ 
					$(element).attr("class", id + "_default"); selected = false;				});
							
	}
}


var module = null;

$(document).ready(function() { 
	module = new Button_ButtonModule_1();
	module.drawElement("#stage");
});var Button_ButtonModule_2 = function() {
	
	var rawConfig = '{\"width\":\"150px\",\"height\":\"170px\",\"top\":\"80px\",\"left\":\"415px\",\"defaultImage_url\":\"\\/_uploads\\/1265138223VIBE_VRZNBHM_NAV03.jpg\",\"defaultImage\":\"VIBE_VRZNBHM_NAV03\",\"selectedImage_url\":\"\\/_uploads\\/1265138229VIBE_VRZNBHM_NAV03_RO.jpg\",\"selectedImage\":\"VIBE_VRZNBHM_NAV03_RO\",\"hoverImage_url\":\"\\/_uploads\\/1265138229VIBE_VRZNBHM_NAV03_RO.jpg\",\"hoverImage\":\"VIBE_VRZNBHM_NAV03_RO\",\"clickEvent\":\"clickButton3\"}';
	var config = eval("(" + rawConfig + ")");
	var id = "button_ButtonModule_2";
	var element = null;
	
	var hoverImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.hoverImage_url;
	var defaultImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.defaultImage_url;
	var selectedImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.selectedImage_url;
	
	var selected = false;

	this.drawElement = function(targetElement) {
		this.module = document.createElement("div");
		$(this.module).attr("id",id);
		$(this.module).attr("class",id + "_default");
		$(this.module).css("position","absolute");
		$(this.module).css("height",config.height);
		$(this.module).css("width",config.width);
		$(this.module).css("left",config.left);
		$(this.module).css("top",config.top);
		//$(this.module).css("border","1px solid black");
		//$(this.module).css("background-color","transparent");
		$(this.module).css("font-size","10px");
		
		if(config.zIndex) {
			$(this.module).css("z-index",config.zIndex);
		}
		$(this.module).css("cursor","pointer");
		//$(this.module).html("Button");
		
		
		element = this.module;
		
				
		var stylecss = "." + id + "_default {background: transparent url(" + defaultImage + ") no-repeat !important;} ." + id + "_hover {  background: transparent url(" + hoverImage + ") no-repeat !important;} ." + id + "_selected {  background: transparent url(" + selectedImage + ") no-repeat !important;}";
		
		var style = document.createElement( 'style' );
      	style.type = 'text/css';
      	var head = document.getElementsByTagName('head')[0];
      	head.appendChild( style );
      	if( style.styleSheet )  // IE
         	style.styleSheet.cssText = stylecss;
      	else  // other browsers
         	style.appendChild( document.createTextNode(stylecss) );
		
		var cacheHoverImageElement = document.createElement("div");
		$(cacheHoverImageElement).css("position","absolute");
		$(cacheHoverImageElement).css("left","-9999px");
		$(cacheHoverImageElement).attr("class",id + "_hover");
		$(targetElement).append($(cacheHoverImageElement));

		
		if(config.hoverImage) {
			$(this.module).mouseover(function() {
				$(element).attr("class",id + "_hover");
			});
			
			$(this.module).mouseout(function() {
				if(!selected) {
					$(element).attr("class",id + "_default");
				}
			});
			//style += "#" + id + "_cache {  background: transparent url(" + hoverImage + ") no-repeat !important;}"; 
			//style += "#" + id + ":hover { background: transparent url(" + hoverImage + ") no-repeat !important;}";
		}		
		
		$(targetElement).append(this.module);
		
		
		$(this.module).bind("click", function() {
			if(config.clickEvent) {
				$("#stage").trigger(config.clickEvent, id);
			}
		});
		
									$("#stage").bind("clickButton3",function(){ 
					$(element).attr("class", id + "_selected"); selected = true;				});
							$("#stage").bind("clickButton2",function(){ 
					$(element).attr("class", id + "_default"); selected = false;				});
							$("#stage").bind("clickButton1",function(){ 
					$(element).attr("class", id + "_default");  selected = false;				});
							
	}
}


var module = null;

$(document).ready(function() { 
	module = new Button_ButtonModule_2();
	module.drawElement("#stage");
});var Button_ButtonModule_3 = function() {
	
	var rawConfig = '{\"width\":\"386px\",\"height\":\"80px\",\"top\":\"2px\",\"left\":\"87px\",\"defaultImage_url\":\"\\/_uploads\\/1264536272VIBE_VRZNBHM_BHMTITLE.png\",\"defaultImage\":\"VIBE_VRZNBHM_BHMTITLE\",\"clickEvent\":\"clickVerizon\"}';
	var config = eval("(" + rawConfig + ")");
	var id = "button_ButtonModule_3";
	var element = null;
	
	var hoverImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.hoverImage_url;
	var defaultImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.defaultImage_url;
	var selectedImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.selectedImage_url;
	
	var selected = false;

	this.drawElement = function(targetElement) {
		this.module = document.createElement("div");
		$(this.module).attr("id",id);
		$(this.module).attr("class",id + "_default");
		$(this.module).css("position","absolute");
		$(this.module).css("height",config.height);
		$(this.module).css("width",config.width);
		$(this.module).css("left",config.left);
		$(this.module).css("top",config.top);
		//$(this.module).css("border","1px solid black");
		//$(this.module).css("background-color","transparent");
		$(this.module).css("font-size","10px");
		
		if(config.zIndex) {
			$(this.module).css("z-index",config.zIndex);
		}
		$(this.module).css("cursor","pointer");
		//$(this.module).html("Button");
		
		
		element = this.module;
		
				
		var stylecss = "." + id + "_default {background: transparent url(" + defaultImage + ") no-repeat !important;} ." + id + "_hover {  background: transparent url(" + hoverImage + ") no-repeat !important;} ." + id + "_selected {  background: transparent url(" + selectedImage + ") no-repeat !important;}";
		
		var style = document.createElement( 'style' );
      	style.type = 'text/css';
      	var head = document.getElementsByTagName('head')[0];
      	head.appendChild( style );
      	if( style.styleSheet )  // IE
         	style.styleSheet.cssText = stylecss;
      	else  // other browsers
         	style.appendChild( document.createTextNode(stylecss) );
		
		var cacheHoverImageElement = document.createElement("div");
		$(cacheHoverImageElement).css("position","absolute");
		$(cacheHoverImageElement).css("left","-9999px");
		$(cacheHoverImageElement).attr("class",id + "_hover");
		$(targetElement).append($(cacheHoverImageElement));

		
		if(config.hoverImage) {
			$(this.module).mouseover(function() {
				$(element).attr("class",id + "_hover");
			});
			
			$(this.module).mouseout(function() {
				if(!selected) {
					$(element).attr("class",id + "_default");
				}
			});
			//style += "#" + id + "_cache {  background: transparent url(" + hoverImage + ") no-repeat !important;}"; 
			//style += "#" + id + ":hover { background: transparent url(" + hoverImage + ") no-repeat !important;}";
		}		
		
		$(targetElement).append(this.module);
		
		
		$(this.module).bind("click", function() {
			if(config.clickEvent) {
				$("#stage").trigger(config.clickEvent, id);
			}
		});
		
									$("#stage").bind("clickVerizon",function(){ 
					window.open(clickThroughUrl,'_blank');				});
							
	}
}


var module = null;

$(document).ready(function() { 
	module = new Button_ButtonModule_3();
	module.drawElement("#stage");
});var Button_ButtonModule_4 = function() {
	
	var rawConfig = '{\"width\":\"356px\",\"height\":\"50px\",\"top\":\"15px\",\"left\":\"493px\",\"defaultImage_url\":\"\\/_uploads\\/1264733526VIBE_VRZNBHM_FIOS.png\",\"defaultImage\":\"VIBE_VRZNBHM_FIOS\",\"clickEvent\":\"clickFios\"}';
	var config = eval("(" + rawConfig + ")");
	var id = "button_ButtonModule_4";
	var element = null;
	
	var hoverImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.hoverImage_url;
	var defaultImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.defaultImage_url;
	var selectedImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.selectedImage_url;
	
	var selected = false;

	this.drawElement = function(targetElement) {
		this.module = document.createElement("div");
		$(this.module).attr("id",id);
		$(this.module).attr("class",id + "_default");
		$(this.module).css("position","absolute");
		$(this.module).css("height",config.height);
		$(this.module).css("width",config.width);
		$(this.module).css("left",config.left);
		$(this.module).css("top",config.top);
		//$(this.module).css("border","1px solid black");
		//$(this.module).css("background-color","transparent");
		$(this.module).css("font-size","10px");
		
		if(config.zIndex) {
			$(this.module).css("z-index",config.zIndex);
		}
		$(this.module).css("cursor","pointer");
		//$(this.module).html("Button");
		
		
		element = this.module;
		
				
		var stylecss = "." + id + "_default {background: transparent url(" + defaultImage + ") no-repeat !important;} ." + id + "_hover {  background: transparent url(" + hoverImage + ") no-repeat !important;} ." + id + "_selected {  background: transparent url(" + selectedImage + ") no-repeat !important;}";
		
		var style = document.createElement( 'style' );
      	style.type = 'text/css';
      	var head = document.getElementsByTagName('head')[0];
      	head.appendChild( style );
      	if( style.styleSheet )  // IE
         	style.styleSheet.cssText = stylecss;
      	else  // other browsers
         	style.appendChild( document.createTextNode(stylecss) );
		
		var cacheHoverImageElement = document.createElement("div");
		$(cacheHoverImageElement).css("position","absolute");
		$(cacheHoverImageElement).css("left","-9999px");
		$(cacheHoverImageElement).attr("class",id + "_hover");
		$(targetElement).append($(cacheHoverImageElement));

		
		if(config.hoverImage) {
			$(this.module).mouseover(function() {
				$(element).attr("class",id + "_hover");
			});
			
			$(this.module).mouseout(function() {
				if(!selected) {
					$(element).attr("class",id + "_default");
				}
			});
			//style += "#" + id + "_cache {  background: transparent url(" + hoverImage + ") no-repeat !important;}"; 
			//style += "#" + id + ":hover { background: transparent url(" + hoverImage + ") no-repeat !important;}";
		}		
		
		$(targetElement).append(this.module);
		
		
		$(this.module).bind("click", function() {
			if(config.clickEvent) {
				$("#stage").trigger(config.clickEvent, id);
			}
		});
		
									$("#stage").bind("clickFios",function(){ 
					window.open(clickThroughUrl,'_blank');				});
							
	}
}


var module = null;

$(document).ready(function() { 
	module = new Button_ButtonModule_4();
	module.drawElement("#stage");
});var Button_ButtonModule_5 = function() {
	
	var rawConfig = '{\"width\":\"64px\",\"height\":\"21px\",\"top\":\"470px\",\"left\":\"7px\",\"defaultImage_url\":\"\\/_uploads\\/1264536272VIBE_VRZNBHM_COLLSAPSE.jpg\",\"defaultImage\":\"VIBE_VRZNBHM_COLLSAPSE\",\"clickEvent\":\"collapseButton\"}';
	var config = eval("(" + rawConfig + ")");
	var id = "button_ButtonModule_5";
	var element = null;
	
	var hoverImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.hoverImage_url;
	var defaultImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.defaultImage_url;
	var selectedImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.selectedImage_url;
	
	var selected = false;

	this.drawElement = function(targetElement) {
		this.module = document.createElement("div");
		$(this.module).attr("id",id);
		$(this.module).attr("class",id + "_default");
		$(this.module).css("position","absolute");
		$(this.module).css("height",config.height);
		$(this.module).css("width",config.width);
		$(this.module).css("left",config.left);
		$(this.module).css("top",config.top);
		//$(this.module).css("border","1px solid black");
		//$(this.module).css("background-color","transparent");
		$(this.module).css("font-size","10px");
		
		if(config.zIndex) {
			$(this.module).css("z-index",config.zIndex);
		}
		$(this.module).css("cursor","pointer");
		//$(this.module).html("Button");
		
		
		element = this.module;
		
				
		var stylecss = "." + id + "_default {background: transparent url(" + defaultImage + ") no-repeat !important;} ." + id + "_hover {  background: transparent url(" + hoverImage + ") no-repeat !important;} ." + id + "_selected {  background: transparent url(" + selectedImage + ") no-repeat !important;}";
		
		var style = document.createElement( 'style' );
      	style.type = 'text/css';
      	var head = document.getElementsByTagName('head')[0];
      	head.appendChild( style );
      	if( style.styleSheet )  // IE
         	style.styleSheet.cssText = stylecss;
      	else  // other browsers
         	style.appendChild( document.createTextNode(stylecss) );
		
		var cacheHoverImageElement = document.createElement("div");
		$(cacheHoverImageElement).css("position","absolute");
		$(cacheHoverImageElement).css("left","-9999px");
		$(cacheHoverImageElement).attr("class",id + "_hover");
		$(targetElement).append($(cacheHoverImageElement));

		
		if(config.hoverImage) {
			$(this.module).mouseover(function() {
				$(element).attr("class",id + "_hover");
			});
			
			$(this.module).mouseout(function() {
				if(!selected) {
					$(element).attr("class",id + "_default");
				}
			});
			//style += "#" + id + "_cache {  background: transparent url(" + hoverImage + ") no-repeat !important;}"; 
			//style += "#" + id + ":hover { background: transparent url(" + hoverImage + ") no-repeat !important;}";
		}		
		
		$(targetElement).append(this.module);
		
		
		$(this.module).bind("click", function() {
			if(config.clickEvent) {
				$("#stage").trigger(config.clickEvent, id);
			}
		});
		
				
	}
}


var module = null;

$(document).ready(function() { 
	module = new Button_ButtonModule_5();
	module.drawElement("#stage");
});var Button_ButtonModule_6 = function() {
	
	var rawConfig = '{\"width\":\"23px\",\"height\":\"28px\",\"top\":\"469px\",\"left\":\"220px\",\"defaultImage_url\":\"\\/_uploads\\/1264536272VIBE_VRZNBHM_FACEBOOK.jpg\",\"defaultImage\":\"VIBE_VRZNBHM_FACEBOOK\",\"clickEvent\":\"clickFacebook\"}';
	var config = eval("(" + rawConfig + ")");
	var id = "button_ButtonModule_6";
	var element = null;
	
	var hoverImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.hoverImage_url;
	var defaultImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.defaultImage_url;
	var selectedImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.selectedImage_url;
	
	var selected = false;

	this.drawElement = function(targetElement) {
		this.module = document.createElement("div");
		$(this.module).attr("id",id);
		$(this.module).attr("class",id + "_default");
		$(this.module).css("position","absolute");
		$(this.module).css("height",config.height);
		$(this.module).css("width",config.width);
		$(this.module).css("left",config.left);
		$(this.module).css("top",config.top);
		//$(this.module).css("border","1px solid black");
		//$(this.module).css("background-color","transparent");
		$(this.module).css("font-size","10px");
		
		if(config.zIndex) {
			$(this.module).css("z-index",config.zIndex);
		}
		$(this.module).css("cursor","pointer");
		//$(this.module).html("Button");
		
		
		element = this.module;
		
				
		var stylecss = "." + id + "_default {background: transparent url(" + defaultImage + ") no-repeat !important;} ." + id + "_hover {  background: transparent url(" + hoverImage + ") no-repeat !important;} ." + id + "_selected {  background: transparent url(" + selectedImage + ") no-repeat !important;}";
		
		var style = document.createElement( 'style' );
      	style.type = 'text/css';
      	var head = document.getElementsByTagName('head')[0];
      	head.appendChild( style );
      	if( style.styleSheet )  // IE
         	style.styleSheet.cssText = stylecss;
      	else  // other browsers
         	style.appendChild( document.createTextNode(stylecss) );
		
		var cacheHoverImageElement = document.createElement("div");
		$(cacheHoverImageElement).css("position","absolute");
		$(cacheHoverImageElement).css("left","-9999px");
		$(cacheHoverImageElement).attr("class",id + "_hover");
		$(targetElement).append($(cacheHoverImageElement));

		
		if(config.hoverImage) {
			$(this.module).mouseover(function() {
				$(element).attr("class",id + "_hover");
			});
			
			$(this.module).mouseout(function() {
				if(!selected) {
					$(element).attr("class",id + "_default");
				}
			});
			//style += "#" + id + "_cache {  background: transparent url(" + hoverImage + ") no-repeat !important;}"; 
			//style += "#" + id + ":hover { background: transparent url(" + hoverImage + ") no-repeat !important;}";
		}		
		
		$(targetElement).append(this.module);
		
		
		$(this.module).bind("click", function() {
			if(config.clickEvent) {
				$("#stage").trigger(config.clickEvent, id);
			}
		});
		
									$("#stage").bind("clickFacebook",function(){ 
					window.open("http://www.facebook.com/sharer.php?u=http://www.vibe.com/black-history-month-inspirations&t=Black History Month Inspirations sponsored by Verizon >> Today's hottest rising stars discuss who inspired them to fulfill their careers. Icon of Black History Month Inspirations.","_blank");				});
							
	}
}


var module = null;

$(document).ready(function() { 
	module = new Button_ButtonModule_6();
	module.drawElement("#stage");
});var Button_ButtonModule_7 = function() {
	
	var rawConfig = '{\"width\":\"24px\",\"height\":\"25px\",\"top\":\"468px\",\"left\":\"247px\",\"defaultImage_url\":\"\\/_uploads\\/1264536272VIBE_VRZNBHM_TWITTER.jpg\",\"defaultImage\":\"VIBE_VRZNBHM_TWITTER\",\"clickEvent\":\"clickTwitter\"}';
	var config = eval("(" + rawConfig + ")");
	var id = "button_ButtonModule_7";
	var element = null;
	
	var hoverImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.hoverImage_url;
	var defaultImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.defaultImage_url;
	var selectedImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.selectedImage_url;
	
	var selected = false;

	this.drawElement = function(targetElement) {
		this.module = document.createElement("div");
		$(this.module).attr("id",id);
		$(this.module).attr("class",id + "_default");
		$(this.module).css("position","absolute");
		$(this.module).css("height",config.height);
		$(this.module).css("width",config.width);
		$(this.module).css("left",config.left);
		$(this.module).css("top",config.top);
		//$(this.module).css("border","1px solid black");
		//$(this.module).css("background-color","transparent");
		$(this.module).css("font-size","10px");
		
		if(config.zIndex) {
			$(this.module).css("z-index",config.zIndex);
		}
		$(this.module).css("cursor","pointer");
		//$(this.module).html("Button");
		
		
		element = this.module;
		
				
		var stylecss = "." + id + "_default {background: transparent url(" + defaultImage + ") no-repeat !important;} ." + id + "_hover {  background: transparent url(" + hoverImage + ") no-repeat !important;} ." + id + "_selected {  background: transparent url(" + selectedImage + ") no-repeat !important;}";
		
		var style = document.createElement( 'style' );
      	style.type = 'text/css';
      	var head = document.getElementsByTagName('head')[0];
      	head.appendChild( style );
      	if( style.styleSheet )  // IE
         	style.styleSheet.cssText = stylecss;
      	else  // other browsers
         	style.appendChild( document.createTextNode(stylecss) );
		
		var cacheHoverImageElement = document.createElement("div");
		$(cacheHoverImageElement).css("position","absolute");
		$(cacheHoverImageElement).css("left","-9999px");
		$(cacheHoverImageElement).attr("class",id + "_hover");
		$(targetElement).append($(cacheHoverImageElement));

		
		if(config.hoverImage) {
			$(this.module).mouseover(function() {
				$(element).attr("class",id + "_hover");
			});
			
			$(this.module).mouseout(function() {
				if(!selected) {
					$(element).attr("class",id + "_default");
				}
			});
			//style += "#" + id + "_cache {  background: transparent url(" + hoverImage + ") no-repeat !important;}"; 
			//style += "#" + id + ":hover { background: transparent url(" + hoverImage + ") no-repeat !important;}";
		}		
		
		$(targetElement).append(this.module);
		
		
		$(this.module).bind("click", function() {
			if(config.clickEvent) {
				$("#stage").trigger(config.clickEvent, id);
			}
		});
		
									$("#stage").bind("clickTwitter",function(){ 
					window.open("http://twitter.com/home?status=Black History Month Inspirations http://bit.ly/vibebhm (sponsored by Verizon) - The hottest rising stars speak of their inspiration.","_blank");				});
							
	}
}


var module = null;

$(document).ready(function() { 
	module = new Button_ButtonModule_7();
	module.drawElement("#stage");
});var Button_ButtonModule_9 = function() {
	
	var rawConfig = '{\"width\":\"341px\",\"height\":\"171px\",\"top\":\"283px\",\"left\":\"103px\",\"defaultImage_url\":\"\\/_uploads\\/1264733526VIBE_VRZNBHM_BLURB01.png\",\"defaultImage\":\"VIBE_VRZNBHM_BLURB01\"}';
	var config = eval("(" + rawConfig + ")");
	var id = "button_ButtonModule_9";
	var element = null;
	
	var hoverImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.hoverImage_url;
	var defaultImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.defaultImage_url;
	var selectedImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.selectedImage_url;
	
	var selected = false;

	this.drawElement = function(targetElement) {
		this.module = document.createElement("div");
		$(this.module).attr("id",id);
		$(this.module).attr("class",id + "_default");
		$(this.module).css("position","absolute");
		$(this.module).css("height",config.height);
		$(this.module).css("width",config.width);
		$(this.module).css("left",config.left);
		$(this.module).css("top",config.top);
		//$(this.module).css("border","1px solid black");
		//$(this.module).css("background-color","transparent");
		$(this.module).css("font-size","10px");
		
		if(config.zIndex) {
			$(this.module).css("z-index",config.zIndex);
		}
		$(this.module).css("cursor","pointer");
		//$(this.module).html("Button");
		
		
		element = this.module;
		
				
		var stylecss = "." + id + "_default {background: transparent url(" + defaultImage + ") no-repeat !important;} ." + id + "_hover {  background: transparent url(" + hoverImage + ") no-repeat !important;} ." + id + "_selected {  background: transparent url(" + selectedImage + ") no-repeat !important;}";
		
		var style = document.createElement( 'style' );
      	style.type = 'text/css';
      	var head = document.getElementsByTagName('head')[0];
      	head.appendChild( style );
      	if( style.styleSheet )  // IE
         	style.styleSheet.cssText = stylecss;
      	else  // other browsers
         	style.appendChild( document.createTextNode(stylecss) );
		
		var cacheHoverImageElement = document.createElement("div");
		$(cacheHoverImageElement).css("position","absolute");
		$(cacheHoverImageElement).css("left","-9999px");
		$(cacheHoverImageElement).attr("class",id + "_hover");
		$(targetElement).append($(cacheHoverImageElement));

		
		if(config.hoverImage) {
			$(this.module).mouseover(function() {
				$(element).attr("class",id + "_hover");
			});
			
			$(this.module).mouseout(function() {
				if(!selected) {
					$(element).attr("class",id + "_default");
				}
			});
			//style += "#" + id + "_cache {  background: transparent url(" + hoverImage + ") no-repeat !important;}"; 
			//style += "#" + id + ":hover { background: transparent url(" + hoverImage + ") no-repeat !important;}";
		}		
		
		$(targetElement).append(this.module);
		
		
		$(this.module).bind("click", function() {
			if(config.clickEvent) {
				$("#stage").trigger(config.clickEvent, id);
			}
		});
		
				
	}
}


var module = null;

$(document).ready(function() { 
	module = new Button_ButtonModule_9();
	module.drawElement("#stage");
});var Button_ButtonModule_10 = function() {
	
	var rawConfig = '{\"width\":\"341px\",\"height\":\"171px\",\"top\":\"283px\",\"left\":\"103px\",\"defaultImage_url\":\"\\/_uploads\\/1264733526VIBE_VRZNBHM_BLURB02.png\",\"defaultImage\":\"VIBE_VRZNBHM_BLURB02\"}';
	var config = eval("(" + rawConfig + ")");
	var id = "button_ButtonModule_10";
	var element = null;
	
	var hoverImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.hoverImage_url;
	var defaultImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.defaultImage_url;
	var selectedImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.selectedImage_url;
	
	var selected = false;

	this.drawElement = function(targetElement) {
		this.module = document.createElement("div");
		$(this.module).attr("id",id);
		$(this.module).attr("class",id + "_default");
		$(this.module).css("position","absolute");
		$(this.module).css("height",config.height);
		$(this.module).css("width",config.width);
		$(this.module).css("left",config.left);
		$(this.module).css("top",config.top);
		//$(this.module).css("border","1px solid black");
		//$(this.module).css("background-color","transparent");
		$(this.module).css("font-size","10px");
		
		if(config.zIndex) {
			$(this.module).css("z-index",config.zIndex);
		}
		$(this.module).css("cursor","pointer");
		//$(this.module).html("Button");
		
		
		element = this.module;
		
				
		var stylecss = "." + id + "_default {background: transparent url(" + defaultImage + ") no-repeat !important;} ." + id + "_hover {  background: transparent url(" + hoverImage + ") no-repeat !important;} ." + id + "_selected {  background: transparent url(" + selectedImage + ") no-repeat !important;}";
		
		var style = document.createElement( 'style' );
      	style.type = 'text/css';
      	var head = document.getElementsByTagName('head')[0];
      	head.appendChild( style );
      	if( style.styleSheet )  // IE
         	style.styleSheet.cssText = stylecss;
      	else  // other browsers
         	style.appendChild( document.createTextNode(stylecss) );
		
		var cacheHoverImageElement = document.createElement("div");
		$(cacheHoverImageElement).css("position","absolute");
		$(cacheHoverImageElement).css("left","-9999px");
		$(cacheHoverImageElement).attr("class",id + "_hover");
		$(targetElement).append($(cacheHoverImageElement));

		
		if(config.hoverImage) {
			$(this.module).mouseover(function() {
				$(element).attr("class",id + "_hover");
			});
			
			$(this.module).mouseout(function() {
				if(!selected) {
					$(element).attr("class",id + "_default");
				}
			});
			//style += "#" + id + "_cache {  background: transparent url(" + hoverImage + ") no-repeat !important;}"; 
			//style += "#" + id + ":hover { background: transparent url(" + hoverImage + ") no-repeat !important;}";
		}		
		
		$(targetElement).append(this.module);
		
		
		$(this.module).bind("click", function() {
			if(config.clickEvent) {
				$("#stage").trigger(config.clickEvent, id);
			}
		});
		
									$("#stage").bind("clickButton1",function(){ 
					$(element).css("display","none");				});
							$("#stage").bind("clickButton2",function(){ 
					$(element).css("display","");				});
							$("#stage").bind("clickButton3",function(){ 
					$(element).css("display","none");				});
							
	}
}


var module = null;

$(document).ready(function() { 
	module = new Button_ButtonModule_10();
	module.drawElement("#stage");
});var Button_ButtonModule_11 = function() {
	
	var rawConfig = '{\"width\":\"341px\",\"height\":\"171px\",\"top\":\"283px\",\"left\":\"103px\",\"defaultImage_url\":\"\\/_uploads\\/1264733526VIBE_VRZNBHM_BLURB03.png\",\"defaultImage\":\"VIBE_VRZNBHM_BLURB03\"}';
	var config = eval("(" + rawConfig + ")");
	var id = "button_ButtonModule_11";
	var element = null;
	
	var hoverImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.hoverImage_url;
	var defaultImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.defaultImage_url;
	var selectedImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.selectedImage_url;
	
	var selected = false;

	this.drawElement = function(targetElement) {
		this.module = document.createElement("div");
		$(this.module).attr("id",id);
		$(this.module).attr("class",id + "_default");
		$(this.module).css("position","absolute");
		$(this.module).css("height",config.height);
		$(this.module).css("width",config.width);
		$(this.module).css("left",config.left);
		$(this.module).css("top",config.top);
		//$(this.module).css("border","1px solid black");
		//$(this.module).css("background-color","transparent");
		$(this.module).css("font-size","10px");
		
		if(config.zIndex) {
			$(this.module).css("z-index",config.zIndex);
		}
		$(this.module).css("cursor","pointer");
		//$(this.module).html("Button");
		
		
		element = this.module;
		
				
		var stylecss = "." + id + "_default {background: transparent url(" + defaultImage + ") no-repeat !important;} ." + id + "_hover {  background: transparent url(" + hoverImage + ") no-repeat !important;} ." + id + "_selected {  background: transparent url(" + selectedImage + ") no-repeat !important;}";
		
		var style = document.createElement( 'style' );
      	style.type = 'text/css';
      	var head = document.getElementsByTagName('head')[0];
      	head.appendChild( style );
      	if( style.styleSheet )  // IE
         	style.styleSheet.cssText = stylecss;
      	else  // other browsers
         	style.appendChild( document.createTextNode(stylecss) );
		
		var cacheHoverImageElement = document.createElement("div");
		$(cacheHoverImageElement).css("position","absolute");
		$(cacheHoverImageElement).css("left","-9999px");
		$(cacheHoverImageElement).attr("class",id + "_hover");
		$(targetElement).append($(cacheHoverImageElement));

		
		if(config.hoverImage) {
			$(this.module).mouseover(function() {
				$(element).attr("class",id + "_hover");
			});
			
			$(this.module).mouseout(function() {
				if(!selected) {
					$(element).attr("class",id + "_default");
				}
			});
			//style += "#" + id + "_cache {  background: transparent url(" + hoverImage + ") no-repeat !important;}"; 
			//style += "#" + id + ":hover { background: transparent url(" + hoverImage + ") no-repeat !important;}";
		}		
		
		$(targetElement).append(this.module);
		
		
		$(this.module).bind("click", function() {
			if(config.clickEvent) {
				$("#stage").trigger(config.clickEvent, id);
			}
		});
		
									$("#stage").bind("clickButton3",function(){ 
					$(element).css("display","");				});
							$("#stage").bind("clickButton2",function(){ 
					$(element).css("display","none");				});
							$("#stage").bind("clickButton1",function(){ 
					$(element).css("display","none");				});
							
	}
}


var module = null;

$(document).ready(function() { 
	module = new Button_ButtonModule_11();
	module.drawElement("#stage");
});var Button_ButtonModule_12 = function() {
	
	var rawConfig = '{\"width\":\"69px\",\"height\":\"72px\",\"top\":\"165px\",\"left\":\"14px\",\"defaultImage_url\":\"\\/_uploads\\/1265138038VIBE_VERIZON_CROP_CALLTOACTION.png\",\"defaultImage\":\"VIBE_VERIZON_CROP_CALLTOACTION\"}';
	var config = eval("(" + rawConfig + ")");
	var id = "button_ButtonModule_12";
	var element = null;
	
	var hoverImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.hoverImage_url;
	var defaultImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.defaultImage_url;
	var selectedImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.selectedImage_url;
	
	var selected = false;

	this.drawElement = function(targetElement) {
		this.module = document.createElement("div");
		$(this.module).attr("id",id);
		$(this.module).attr("class",id + "_default");
		$(this.module).css("position","absolute");
		$(this.module).css("height",config.height);
		$(this.module).css("width",config.width);
		$(this.module).css("left",config.left);
		$(this.module).css("top",config.top);
		//$(this.module).css("border","1px solid black");
		//$(this.module).css("background-color","transparent");
		$(this.module).css("font-size","10px");
		
		if(config.zIndex) {
			$(this.module).css("z-index",config.zIndex);
		}
		$(this.module).css("cursor","pointer");
		//$(this.module).html("Button");
		
		
		element = this.module;
		
				
		var stylecss = "." + id + "_default {background: transparent url(" + defaultImage + ") no-repeat !important;} ." + id + "_hover {  background: transparent url(" + hoverImage + ") no-repeat !important;} ." + id + "_selected {  background: transparent url(" + selectedImage + ") no-repeat !important;}";
		
		var style = document.createElement( 'style' );
      	style.type = 'text/css';
      	var head = document.getElementsByTagName('head')[0];
      	head.appendChild( style );
      	if( style.styleSheet )  // IE
         	style.styleSheet.cssText = stylecss;
      	else  // other browsers
         	style.appendChild( document.createTextNode(stylecss) );
		
		var cacheHoverImageElement = document.createElement("div");
		$(cacheHoverImageElement).css("position","absolute");
		$(cacheHoverImageElement).css("left","-9999px");
		$(cacheHoverImageElement).attr("class",id + "_hover");
		$(targetElement).append($(cacheHoverImageElement));

		
		if(config.hoverImage) {
			$(this.module).mouseover(function() {
				$(element).attr("class",id + "_hover");
			});
			
			$(this.module).mouseout(function() {
				if(!selected) {
					$(element).attr("class",id + "_default");
				}
			});
			//style += "#" + id + "_cache {  background: transparent url(" + hoverImage + ") no-repeat !important;}"; 
			//style += "#" + id + ":hover { background: transparent url(" + hoverImage + ") no-repeat !important;}";
		}		
		
		$(targetElement).append(this.module);
		
		
		$(this.module).bind("click", function() {
			if(config.clickEvent) {
				$("#stage").trigger(config.clickEvent, id);
			}
		});
		
				
	}
}


var module = null;

$(document).ready(function() { 
	module = new Button_ButtonModule_12();
	module.drawElement("#stage");
});var Button_ButtonModule_13 = function() {
	
	var rawConfig = '{\"width\":\"108px\",\"height\":\"19px\",\"top\":\"470px\",\"left\":\"105px\",\"defaultImage_url\":\"\\/_uploads\\/1265138032VIBE_VERIZON_CROP_SHARE.png\",\"defaultImage\":\"VIBE_VERIZON_CROP_SHARE\"}';
	var config = eval("(" + rawConfig + ")");
	var id = "button_ButtonModule_13";
	var element = null;
	
	var hoverImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.hoverImage_url;
	var defaultImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.defaultImage_url;
	var selectedImage = "http://ads.jetpackdigital.com.s3.amazonaws.com/sites" + config.selectedImage_url;
	
	var selected = false;

	this.drawElement = function(targetElement) {
		this.module = document.createElement("div");
		$(this.module).attr("id",id);
		$(this.module).attr("class",id + "_default");
		$(this.module).css("position","absolute");
		$(this.module).css("height",config.height);
		$(this.module).css("width",config.width);
		$(this.module).css("left",config.left);
		$(this.module).css("top",config.top);
		//$(this.module).css("border","1px solid black");
		//$(this.module).css("background-color","transparent");
		$(this.module).css("font-size","10px");
		
		if(config.zIndex) {
			$(this.module).css("z-index",config.zIndex);
		}
		$(this.module).css("cursor","pointer");
		//$(this.module).html("Button");
		
		
		element = this.module;
		
				
		var stylecss = "." + id + "_default {background: transparent url(" + defaultImage + ") no-repeat !important;} ." + id + "_hover {  background: transparent url(" + hoverImage + ") no-repeat !important;} ." + id + "_selected {  background: transparent url(" + selectedImage + ") no-repeat !important;}";
		
		var style = document.createElement( 'style' );
      	style.type = 'text/css';
      	var head = document.getElementsByTagName('head')[0];
      	head.appendChild( style );
      	if( style.styleSheet )  // IE
         	style.styleSheet.cssText = stylecss;
      	else  // other browsers
         	style.appendChild( document.createTextNode(stylecss) );
		
		var cacheHoverImageElement = document.createElement("div");
		$(cacheHoverImageElement).css("position","absolute");
		$(cacheHoverImageElement).css("left","-9999px");
		$(cacheHoverImageElement).attr("class",id + "_hover");
		$(targetElement).append($(cacheHoverImageElement));

		
		if(config.hoverImage) {
			$(this.module).mouseover(function() {
				$(element).attr("class",id + "_hover");
			});
			
			$(this.module).mouseout(function() {
				if(!selected) {
					$(element).attr("class",id + "_default");
				}
			});
			//style += "#" + id + "_cache {  background: transparent url(" + hoverImage + ") no-repeat !important;}"; 
			//style += "#" + id + ":hover { background: transparent url(" + hoverImage + ") no-repeat !important;}";
		}		
		
		$(targetElement).append(this.module);
		
		
		$(this.module).bind("click", function() {
			if(config.clickEvent) {
				$("#stage").trigger(config.clickEvent, id);
			}
		});
		
				
	}
}


var module = null;

$(document).ready(function() { 
	module = new Button_ButtonModule_13();
	module.drawElement("#stage");
});var VideoPlayer_VideoPlayerModule_8 = function() {
	
	var rawConfig = '{\"videoPlayerWidth\":\"290px\",\"videoPlayerHeight\":\"217px\",\"width\":\"290px\",\"height\":\"237px\",\"top\":\"250px\",\"left\":\"450px\",\"paddingLeft\":\"10px\",\"paddingRight\":\"10px\",\"paddingTop\":\"10px\",\"containerBackgroundColor\":\"#6297CD\",\"playImage_url\":\"\\/_uploads\\/1264733771VERIZONBHM_PLAY.png\",\"playImage\":\"VERIZONBHM_PLAY\",\"playImageHover_url\":\"\\/_uploads\\/1264733771VERIZONBHM_PLAY_RO.png\",\"playImageHover\":\"VERIZONBHM_PLAY_RO\",\"pauseImage_url\":\"\\/_uploads\\/1264733771VERIZONBHM_PAUSE.png\",\"pauseImage\":\"VERIZONBHM_PAUSE\",\"pauseImageHover_url\":\"\\/_uploads\\/1264733771VERIZONBHM_PAUSE_RO.png\",\"pauseImageHover\":\"VERIZONBHM_PAUSE_RO\",\"scrubberImage_url\":\"\\/_uploads\\/1264733771VERIZONBHM_SCUBBER.png\",\"scrubberImage\":\"VERIZONBHM_SCUBBER\",\"bufferImage_url\":\"\\/_uploads\\/1264733771VERIZONBHM_BGBAR.png\",\"bufferImage\":\"VERIZONBHM_BGBAR\",\"progressImage_url\":\"\\/_uploads\\/1264733771VERIZONBHM_PROGBAR.png\",\"progressImage\":\"VERIZONBHM_PROGBAR\",\"muteImageOn_url\":\"\\/_uploads\\/1264733771VERIZONBHM_VOLUME.png\",\"muteImageOn\":\"VERIZONBHM_VOLUME\",\"muteImageOff_url\":\"\\/_uploads\\/1264733771VERIZONBHM_VOLUME_RO.png\",\"muteImageOff\":\"VERIZONBHM_VOLUME_RO\",\"video1_url\":\"\\/_uploads\\/1264736393laz_alonzo_290x217.flv\",\"video1\":\"laz_alonzo_290x217\",\"video2_url\":\"\\/_uploads\\/1264736619lala_290x217.flv\",\"video2\":\"lala_290x217\",\"video3_url\":\"\\/_uploads\\/1264736197melonie_fiona_290x217.flv\",\"video3\":\"melonie_fiona_290x217\",\"prerollvideo1_url\":\"\\/_uploads\\/1264734890preroll1_genderneutral_290x217.flv\",\"prerollvideo1\":\"preroll1_genderneutral_290x217\",\"prerollvideo2_url\":\"\\/_uploads\\/1264796572LikeFacebook_290x216_512K.flv\",\"prerollvideo2\":\"LikeFacebook_290x216_512K\",\"prerolltracking1\":\" http:\\/\\/ad.doubleclick.net\\/ad\\/vibe.blackrock\\/;kw=adid_221916935;sz=1x1;ord=[random]?\",\"prerolltracking2\":\"http:\\/\\/ad.doubleclick.net\\/ad\\/vibe.blackrock\\/;kw=adid_221916936;sz=1x1;ord=[random]?\"}';
	var config = eval("(" + rawConfig + ")");
	var id = "videoplayer_VideoPlayerModule_8";
	var element = null;
	
	var selected = false;
	
	var baseHost = "http://ads.jetpackdigital.com/sites";
	var playImage = baseHost + config.playImage_url;
	var playImageHover = baseHost + config.playImageHover_url;
	var pauseImage = baseHost + config.pauseImage_url;
	var pauseImageHover = baseHost + config.pauseImageHover_url;
	var muteImageOn = baseHost + config.muteImageOn_url; // With strike through
	var muteImageOff = baseHost + config.muteImageOff_url; // No strike through
	var scrubberImage = baseHost + config.scrubberImage_url;
	var bufferImage = baseHost + config.bufferImage_url;
	var progressImage = baseHost + config.progressImage_url;
	var staticImage = (config.image1_url) ? baseHost + config.image1_url : "http://ads.jetpackdigital.com/tracking_pixel.gif";
	
	
	var video1 = baseHost + config.video1_url;
	var prerollvideo1 = baseHost + config.prerollvideo1_url;

	var video2 = baseHost + config.video2_url;
	var prerollvideo2 = baseHost + config.prerollvideo2_url;
	
	var video3 = baseHost + config.video3_url;
	var prerollvideo3 = baseHost + config.prerollvideo1_url;
	
	var vplayer = null;
	var videoplayer = null;
	
	// Create a random ord tracker for video plays
	var ord = Math.floor(Math.random()*10000000000000000);
	
	var prclips = new Array();
	prclips[0] = {
							autoPlay: false,
                        	autoBuffering: false,
                        
                        	// when this event returns false - player's default behaviour is disabled 
                        	onBeforePause: function() {
                        		
                        		return false;
                        	},
                       	 	onBeforeSeek: function() {
                           	 return false;
                        	},
                        	
                        	onStart: function() {
                        		$(".pause").css("display","none");
                        		var trackingsrc = config.prerolltracking1.replace("[random]",ord);
                        		var trackingimg = new Image();
                        		trackingimg.src = tp + "&t=preroll1&u=" + trackingsrc;
                  
                        	},
                        	onBeforeFinish: function() {
                        		$(".pause").css("display","");
	
                        	},
                        	url: prerollvideo1
                   		};
                   		
    prclips[1] = {
							autoPlay: false,
                        	autoBuffering: false,
                        
                        	// when this event returns false - player's default behaviour is disabled 
                        	onBeforePause: function() {
                        		return false;
                        	},
                       	 	onBeforeSeek: function() {
                           	 return false;
                        	},
                        	onStart: function() {
                        		$(".pause").css("display","none");
                        		var trackingsrc = config.prerolltracking2.replace("[random]",ord);
                        		var trackingimg = new Image();
                        		trackingimg.src = tp + "&t=preroll2&u=" + trackingsrc;
                        	},
                        	onBeforeFinish: function() {
                        		$(".pause").css("display","");
	
                        	},
                        	url: prerollvideo2
                   		};
                   
    var singleprclip = {
							autoPlay: false,
                        	autoBuffering: false,
                        	
                        
                        	
                        	onStart: function() {
                        	    var trackingsrc = config.prerolltracking1.replace("[random]",ord);
                        		var trackingimg = new Image();
                        		trackingimg.src = tp + "&t=videoplay&u=" + trackingsrc;
                        	},
                        	onBeforeFinish: function() {
                   
	
                        	},
                        	url: prerollvideo1
                   		
    };
                   		                   		
    var videoclip1 = {
    					autoPlay: true,
                        autoBuffering: false,

                        // when playback finishes player is resumed back to it's original splash image state

                        onFinish: function() {
                        	
                        },
                        onStart: function() {
                        		$(".pause").css("display","");
						},
                        
                        url: video1
                      };
    
    var videoclip2 = {
    					autoPlay: true,
                        autoBuffering: false,

                        // when playback finishes player is resumed back to it's original splash image state

                        onFinish: function() {
                        	
                        },
                        onStart: function() {
                        		$(".pause").css("display","");
						},
                        
                        url: video2
                      };
                      
   var videoclip3 = {
    					autoPlay: true,
                        autoBuffering: false,

                        // when playback finishes player is resumed back to it's original splash image state

                        onFinish: function() {
                        	
                        },
                        onStart: function() {
                        		$(".pause").css("display","");
						},
                        
                        url: video3
                      };
    
    // Get a random number between 1 and 3;
    var prerollclip1 = prclips[Math.floor(Math.random()*2)];
    var prerollclip2 = prclips[Math.floor(Math.random()*2)];
    var prerollclip3 = prclips[Math.floor(Math.random()*2)];
    
    
    
    
    //var playlist1 = [prerollclip1, videoclip1];
    //var playlist2 = [prerollclip2, videoclip2];
    //var playlist3 = [prerollclip3, videoclip3];
    
    var playlist = [prerollclip1, videoclip1, prerollclip2, videoclip2, prerollclip3, videoclip3];
    
    // Fix this
    if(!config.prerollvideo2_url && config.prerollvideo1_url) {
    	playlist = [singleprclip];	
    }

	var playlist1 = 0;
	var playlist2 = 2;
	var playlist3 = 4;
	var targElement;
	var playlistIndex = 0;
	
	function play(pli) {
		playlistIndex = pli;
		$("#jp_videoplayer_api").css("display","none");	
		setTimeout(playVideo, 1000);
	}
	
	function playVideo() {
		$("#jp_videoplayer_api").css("display","block");	
		vplayer.stop();
		vplayer.play(playlistIndex);
		vplayer.seek(0);	
	}
	
	function loadVideoPlayer() {
		var vp = document.getElementById("jp_videoplayer");
		if(typeof(vp) != "undefined") {
			vplayer = flowplayer("jp_videoplayer",{src: 'http://ads.jetpackdigital.com/flowplayer/flowplayer.commercial-3.1.5.swf', wmode: 'transparent'},{ 
				key: '#@101cd3a93b835d379da', 
				canvas: { backgroundImage: 'url(' + staticImage + ')'},
				plugins: {controls: null},
				playlist: playlist
				
			}).controls("jp_controlbar",{});
			//$("#jp_videoplayer_api").css("display","none");	
			
		} else {
			setTimeout(loadVideoPlayer,100);
		}
	}

	this.drawElement = function(targetElement) {
				// Set the target element
				targElement = targetElement;
				
				var bufferwidth = "246px";
				var muteleft = "272px";
				if(config.bufferwidth) {
					bufferwidth = config.bufferwidth;
					var bufferwidthnum = bufferwidth.match(/^\d+/);
					var muteleftnum = parseInt(bufferwidthnum) + 26;
					muteleft = muteleftnum + "px";
				}
				

				var stylecss = "div.jp_controlbar {position:relative; height:20px; background-color: " + config.containerBackgroundColor + "; width:" + config.videoPlayerWidth + "} div.jp_controlbar div.play { position:absolute; top: 6px; left: 5px; width: 10px; height: 10px; display:block; background:url(" + playImage + ") no-repeat; cursor:pointer; } div.jp_controlbar div.play:hover { background:url(" + playImageHover + ") no-repeat; } div.jp_controlbar div.pause { position:absolute; width: 10px; height: 10px; top: 6px; left: 5px; display:block; background:url(" + pauseImage + ") no-repeat; cursor:pointer; } div.jp_controlbar div.pause:hover { background: transparent url(" + pauseImageHover + ") no-repeat; } div.jp_controlbar div.track { left:20px; top: 6px; position:absolute; cursor:pointer; width: " + bufferwidth + "; border-left:1px solid #999; height:10px; } div.jp_controlbar div.playhead { background:  transparent url(" + scrubberImage + ") no-repeat; position:absolute; cursor:pointer; height:8px; width: 2px; } div.jp_controlbar div.progress { background: transparent url(" + progressImage + ") no-repeat; position:absolute; width:0px; height:10px; } div.jp_controlbar div.buffer { position:absolute; background: transparent url(" + bufferImage + ") no-repeat; width: "  + bufferwidth + "; height:10px; } div.jp_controlbar div.time { display: none; } div.jp_controlbar div.mute { position:absolute; left: " + muteleft + "; width:15px; height:10px; top: 6px; text-align:center; cursor:pointer; background:transparent url(" + muteImageOn + ") no-repeat; } div.jp_controlbar div.unmute {position:absolute; left:" + muteleft + "; width:15px; height:10px; top: 6px; text-align:center; cursor:pointer; background:transparent url(" + muteImageOff + ") no-repeat; }";
						
				var style = document.createElement( 'style' );
      			style.type = 'text/css';
      			var head = document.getElementsByTagName('head')[0];
      			head.appendChild( style );
      			if( style.styleSheet )  // IE
         			style.styleSheet.cssText = stylecss;
      			else  // other browsers
         			style.appendChild( document.createTextNode(stylecss) );				
				
				
				var videoplayerwrapper = document.createElement("div");
				
				$(videoplayerwrapper).css("height",config.height);
				$(videoplayerwrapper).css("width",config.width);
				$(videoplayerwrapper).css("top",config.top);
				$(videoplayerwrapper).css("left",config.left);
				$(videoplayerwrapper).css("position","absolute");
				$(videoplayerwrapper).css("padding-left",config.paddingLeft);
				$(videoplayerwrapper).css("padding-top",config.paddingTop);
				$(videoplayerwrapper).css("padding-right",config.paddingRight);
				$(videoplayerwrapper).css("background-color",config.containerBackgroundColor);
				$(videoplayerwrapper).css("z-index","1000001");
				$(videoplayerwrapper).attr("id","jp_videoplayerwrapper");
			
				videoplayer = document.createElement("div");
		
				$(videoplayer).css("position","relative");
				$(videoplayer).css("background-color","#000000");
				$(videoplayer).attr("id","jp_videoplayer");
				$(videoplayer).css("z-index","2000002");
				
				
				$(videoplayer).css("height",config.videoPlayerHeight);
				$(videoplayer).css("width",config.videoPlayerWidth);
				
				$(videoplayerwrapper).append($(videoplayer));
				$(targetElement).append($(videoplayerwrapper));
			
				var controlbar = document.createElement("div");
				$(controlbar).attr("class","jp_controlbar");
				$(controlbar).attr("id","jp_controlbar");
				$(controlbar).html("<div class='play'></div><div class='track'><div class='buffer'></div><div class='progress'></div><div class='playhead'></div></div><div class='time'></div><div class='mute'></div>");
				$(videoplayerwrapper).append($(controlbar));

	   	
	   			setTimeout(loadVideoPlayer, 100);		
		
			
									$("#stage").bind("clickButton1",function(){ 
					$(element).css("display","");$("#jp_videoplayer_api").css("display","");play(playlist1);				});
							$("#stage").bind("clickButton2",function(){ 
					$(element).css("display","none");$("#jp_videoplayer_api").css("display","");play(playlist2);				});
							$("#stage").bind("clickButton3",function(){ 
					$(element).css("display","none");$("#jp_videoplayer_api").css("display","");play(playlist3);				});
							$("#stage").bind("collapseButton",function(){ 
					vplayer.pause();$("#jp_videoplayer_api").css("display","none")				});
							
	}
}


var module = null;

$(document).ready(function() { 
	$.getScript("http://ads.jetpackdigital.com/flowplayer/flowplayer-3.1.4.min.js", function(){
			
		$.getScript("http://ads.jetpackdigital.com/flowplayer/flowplayer.controls-3.0.2.min.js", function(){

			module = new VideoPlayer_VideoPlayerModule_8();
			module.drawElement("#stage");
		});
	});
});						
									
				
					}
				
	},
	
	this.CheckForBody = function() {
		if($(document.body).length > 0) {
        	if(!this.bodyLoaded) {
        		            	$(document.body).prepend("<div id='jpsuperheader' style='height: auto; width: 850px; margin: 0 auto;'></div>");
            }
            this.bodyLoaded = true;
        } else {
        	setTimeout(this.CheckForBody,100);			
     	}
		
	},
	
	this.ReportDelivery = function() {
					
			if(0 || location.pathname.match(/^\/$/) || location.pathname.match(/^\/index.*$/) || location.pathname.match(/^\/home.*$/) || location.pathname.match(/black-/) || location.pathname.match(/photo/) || location.pathname.match(/video/)) {
				
		
		if(typeof ord == 'undefined') ord=Math.random()*1000000000;
		var imgdiv = document.createElement("div");
		var img = document.createElement("img");
		$(imgdiv).css("display","none");
		
		$(img).attr("src",'http://admin.jetpackdigital.com/tracking/view/?ord='+ord+'&cd=106');
		$(imgdiv).append(img);
		$(document.body).prepend($(imgdiv));
		
		
				//imgdiv.innerHTML = "<img src='http://ad.doubleclick.net/ad/vibe.blackrock/;kw=adid_221871328;sz=1x1;ord=[random]?/ord="+ord+"?'/>";
		
		
					}
			},
	
	this.ShowTracking = function() {
			}
};



			//var ord = Math.random()*100000000000;
//var clickThroughUrl = "http://admin.jetpackdigital.com/tracking/click/?ord="+ord+"&cd=108";

var superheader_8_133_108 = function() {
	// Set the campaignDataId for this unit
	this.campaignDataId = 108;
	var headerPoll;
	var bodyLoaded;
	var oldwindowopen;
	
	var ord = Math.random()*100000000000; 
	var clickThroughUrl = "http://admin.jetpackdigital.com/tracking/click/?ord="+ord+"&cd=108";
	
	var cid = "108";
	var tp = 'http://admin.jetpackdigital.com/tracking/view/?ord='+ord+'&cd=108';
	
	this.Init = function() {
		// Make sure that the page is correct
					if(0 || location.pathname.match(/news/) || location.pathname.match(/posts/) || location.pathname.match(/music/) || location.pathname.match(/culture/)) {
			
				
											
						
										
					}
			},


	// Run the clickable skin unit
	this.Run =  function() {
		
					if(0 || location.pathname.match(/news/) || location.pathname.match(/posts/) || location.pathname.match(/music/) || location.pathname.match(/culture/)) {
				
				
												
			setTimeout(this.CheckForBody,100);
			
									
									
				
					}
				
	},
	
	this.CheckForBody = function() {
		if($(document.body).length > 0) {
        	if(!this.bodyLoaded) {
        		            	$(document.body).prepend("<div id='jpsuperheader' style='height: auto; width: 850px; margin: 0 auto;'></div>");
            }
            this.bodyLoaded = true;
        } else {
        	setTimeout(this.CheckForBody,100);			
     	}
		
	},
	
	this.ReportDelivery = function() {
					
			if(0 || location.pathname.match(/news/) || location.pathname.match(/posts/) || location.pathname.match(/music/) || location.pathname.match(/culture/)) {
				
		
		if(typeof ord == 'undefined') ord=Math.random()*1000000000;
		var imgdiv = document.createElement("div");
		var img = document.createElement("img");
		$(imgdiv).css("display","none");
		
		$(img).attr("src",'http://admin.jetpackdigital.com/tracking/view/?ord='+ord+'&cd=108');
		$(imgdiv).append(img);
		$(document.body).prepend($(imgdiv));
		
		
				//imgdiv.innerHTML = "<img src='http://ad.doubleclick.net/ad/vibe.blackrock/;kw=adid_221870470;sz=1x1;ord=[random]?/ord="+ord+"?'/>";
		
		
					}
			},
	
	this.ShowTracking = function() {
			}
};



			var bgord = Math.random()*100000000000;
var bgClickThroughUrl = "http://admin.jetpackdigital.com/tracking/click/?ord="+bgord+"&cd=126";

var ClickableSkin_8_139_126 = function() {
	// Set the campaignDataId for this unit
	this.campaignDataId = 126;
	
	this.Init = function() {
		// Make sure that the page is correct
					if(0 || location.pathname.match(/^\/$/) || location.pathname.match(/^\/index.*$/) || location.pathname.match(/^\/home.*$/)) {
			
				
											document.write("<style>#page_old { background-color: transparent; } #header_old { background-color: white; }</style>");						
						
			var head = document.getElementsByTagName('head')[0],
    		style = document.createElement('style'),
    		rules = document.createTextNode('body { background: #000000 url(http://ads.jetpackdigital.com/sites/vibe/assets/139/1265661323.bgskin_139.jpg) no-repeat fixed top center !important; height: auto;}');
			style.type = 'text/css';
			if(style.styleSheet)
    			style.styleSheet.cssText = rules.nodeValue;
			else style.appendChild(rules);
			head.appendChild(style);
			
										
					}
			},

	// Run the clickable skin unit
	this.Run =  function() {
		
					if(0 || location.pathname.match(/^\/$/) || location.pathname.match(/^\/index.*$/) || location.pathname.match(/^\/home.*$/)) {
				
				
											$(document).ready(function() {/*var newdiv=document.createElement("div");$(newdiv).css("position","absolute");$("#page").css("position","relative");$(newdiv).css("z-index","-1");$(newdiv).css("background-color","white");$(newdiv).width($("#page").width());var position = $("#footer-content").position(); var divheight = position.top - 225; $(newdiv).height(divheight);$(newdiv).css("top","225px");document.getElementById("page").appendChild(newdiv);*/});			
			$(document).click(function(e) {	
    			e = e || event;
    			var target = e.srcElement || e.target;
    			
    			
    			    			
				if(target.tagName.toLowerCase() == 'body') {
					// get mouse position
					
					var posx = 0;
					var posy = 0;
					
					if (!e) var e = window.event;
					if (e.pageX || e.pageY) {
						posx = e.pageX;
						posy = e.pageY - document.body.scrollTop;
					} else if (e.clientX || e.clientY) 	{
						posx = e.clientX;// + document.body.scrollLeft + document.documentElement.scrollLeft;
						posy = e.clientY;// + document.body.scrollTop + document.documentElement.scrollTop;
					}

   					
   					var w = 0;
   					var h = 0;
   					if (document.documentElement) {
         				w = document.documentElement.offsetWidth;
          				h = document.documentElement.offsetHeight;
      				} else if (window.innerWidth && window.innerHeight) {
          				w = window.innerWidth;
          				h = window.innerHeight;
      				}

					//if(typeof ord == 'undefined') ord=Math.random()*10000000000000000;
					window.open("http://admin.jetpackdigital.com/tracking/click/?ord="+bgord+"&cd=126&d=w:"+w+"::h:"+h+"::x:"+posx+"::y:"+posy+"::sw:"+screen.width,"_blank");
					//window.open("http://ad.doubleclick.net/click;h=v2|3C01|0|0|%2a|g;221765579;0-0;0;44469216;31-1|1;35200525|35218343|1;;%3fhttp://promo.verizon.com/ultimatefios?cmp=BAC-MXT300","_blank");
				}
			});
		
			$(document).mouseover(function(e) {	
    			e = e || event;
    			var target = e.srcElement || e.target;
				var original_cursor = target.style.cursor;
				if(target.tagName.toLowerCase() == 'body') {
					$(document.body).css({"cursor":"pointer"});
				} else {
					$(document.body).css({"cursor":target.style.cursor});
				}
			});
			
									
				
					}
				
	},
	
	this.ReportDelivery = function() {
					
			if(0 || location.pathname.match(/^\/$/) || location.pathname.match(/^\/index.*$/) || location.pathname.match(/^\/home.*$/)) {
				
		if(typeof ord == 'undefined') ord=Math.random()*1000000000;
		var imgdiv = document.createElement("div");
		var img = document.createElement("img");
		$(imgdiv).css("display","none");
		
		$(img).attr("src",'http://admin.jetpackdigital.com/tracking/view/?ord='+bgord+'&cd=126');
		$(imgdiv).append(img);
		$(document.body).prepend($(imgdiv));
		
					}
			},
	
	this.ShowTracking = function() {
			}
};



	
		var customunit0 = new superheader_8_131_106();
		var customunit1 = new superheader_8_133_108();
		var customunit2 = new ClickableSkin_8_139_126();
	

// Check for preview mode, and go to the preview file on the main server
if(getParameterByName("jpdpreview") && !0) {
	var previewScript = document.createElement("script");
	previewScript.src = "http://admin_1.jetpackdigital.com/preview/?jpdpreview=" + getParameterByName("jpdpreview") + "&sid=" + getParameterByName("sid");
	$(document.head).append(previewScript);
} else {
	initUnits();
	setTimeout("loadJQuery()",100);
}


