/*

**	Sections and Post Id's should be placed in qoutes seperated by commas
**	You must add at least 1 section OR 1 post ID.
**	Post ID's override section ID's
**	If there are 2 active campaigns with the same post ID/section ID it will launch the first campaign found.
**	Use the callback function to place any additional JS. This is called after the campaign is launched.


"ROS" 	(USE THIS FOR RUN OF SITE)
"home"


-------------------------------------------------------------------------------------------------------------*/	

var	SiteContainer = "pseudo_body"; // Define the id of the site container or the clickThrough won't work.

//////////  CAN'T TOUCH THIS  //////////
////////////////////////////////////////
////////////////////////////////////////
var campaignArray =[ ///////////////////
////////////////////////////////////////	
////////////////////////////////////////	
////////////////////////////////////////	
	
	
	{ // BEGIN CAMPAIGN
		id : 'underArmor',
		startDate : 'October 28, 2010 12:00:00 am',
		endDate : 'November 1, 2010 11:59:59 pm', 
		bg_img : 'http://www.slamonline.com/images/skins/UA/ua-wallpapers.jpg',
		bg_color : '#000',
		bg_attachment : 'fixed',
		bg_position : 'center top',
		bg_repeat : 'no-repeat',
		pixelURL : 'http://ad.doubleclick.net/ad/slamonline.primedia.com/;k=underarmour_wallpaper_oct10/nov10;dcove=r;sz=1x1;ord=',
		clickURL : 'http://ad.doubleclick.net/clk;228595394;6721599;d?http://www.underarmour.com/shop/us/en/basketball?cid=DA|Slam|Basketball|US',
		sections : ["home"],
		postIds : [], // leave blank if this is not post specific.
		callback : function(){
		}
	}, // END CAMPAIGN
	
	{ // BEGIN CAMPAIGN
		id : 'converse',
		startDate : 'November 24, 2010 12:00:00 am',
		endDate : 'December 3, 2010 11:59:59 pm', 
		bg_img : 'http://www.slamonline.com/images/skins/converse/SKIN_footinc_FootLocker_WHT-2.jpg',
		bg_color : '#000',
		bg_attachment : 'fixed',
		bg_position : 'center top',
		bg_repeat : 'no-repeat',
		pixelURL : 'http://ad.doubleclick.net/ad/slamonline.primedia.com/;k=converse_nov_dec_2010_wallpaper;dcove=r;sz=1x1;ord=',
		clickURL : 'http://ad.doubleclick.net/clk;232724999;6469956;j?http://ad.doubleclick.net/clk;232820318;56613888;n;pc=',
		sections : ["home"],
		postIds : [], // leave blank if this is not post specific.
		callback : function(){
		}
	}, // END CAMPAIGN
	
/*	
	{// BEGIN BLANK CAMPAIGN
		id : 'testB',
		startDate : 'April 27, 2010 12:00:00 am',
		endDate : 'May 28, 2010 11:59:59 pm', 
		bg_img : '',
		bg_color : '#fff',
		bg_attachment : '',
		bg_position : '',
		bg_repeat : '',
		pixelURL : '',
		clickURL : '',
		sections : ["features"],
		postIds : [38523],
		callback : function(){
			//This is where you would put any additional JS 	
		}
	}, // END CAMPAIGN

/*	
	{// BEGIN BLANK CAMPAIGN
		id : 'testc',
		startDate : 'April 27, 2010 12:00:00 am',
		endDate : 'May 28, 2010 11:59:59 pm', 
		bg_img : '',
		bg_color : '#ccc',
		bg_attachment : '',
		bg_position : '',
		bg_repeat : '',
		pixelURL : '',
		clickURL : '',
		sections : ["ROS"],
		postIds : [],
		callback : function(){
			//This is where you would put any additional JS 	
		}
	}, // END CAMPAIGN
*/	
	
	
	
/////////////////////	
/////////////////////
/////////////////////
] // CAN'T TOUCH THIS
/////////////////////
/////////////////////
/////////////////////