var ADGALLERY_URL = "http://www.scanscout.com/adgallery/";

function getQueryVariable(param) { 
  var query = window.location.search.substring(1); 
  var vars = query.split("&"); 
  for (var i=0;i<vars.length;i++) { 
    var pair = vars[i].split("="); 
    if (pair[0] == param) { 
      return pair[1]; 
    } 
  } 
  return "";
} 

var ss_adSchedulePath;
var ss_snapshotVersion;
var ss_asType;
var ss_isPreroll;







var ss_videoPath;
var ss_videoTitle;
var ss_videoDescription;
function DefaultAdDemo(){
	this.videoPath = ADGALLERY_URL + "billiejean.flv";
	this.videoTitle = "Michael Jackson to be Remembered at Staples Center";
	this.videoDescription = "The Michael Jackson Memorial will be covered by Fox, according to information on the Fox website. Initially Fox was not planning to broadcast the memorial live, but they changed their plan and will broadcast live from a live stream via the Staples Center.";
}
var defaultAdDemo = new DefaultAdDemo();


var DOVE_DIRECTORY = ADGALLERY_URL + "superoverlay_dove/";
function DoveAdDemo(){
	this.adSchedule = DOVE_DIRECTORY + "adschedule.xml";
	this.videoPath = DOVE_DIRECTORY + "video.flv";
	this.videoTitle = "Project Runway Finally Sews Up TV Return";
	this.videoDescription = "One day you're in, the next you're out. Luckily for Lifetime, it works the other way around, too.<br/><br/>After far too many months of empty DVRs for the Project Runway-watching faithful, the battling parties holding up the return of the hit reality series have finally found a way to make it work.";
}
var doveAdDemo = new DoveAdDemo();

var VASELINE_DIRECTORY = ADGALLERY_URL + "superpreroll_vaseline/";
function VaselineAdDemo(){
	this.adSchedule = VASELINE_DIRECTORY + "adschedule.xml";
	this.videoPath = VASELINE_DIRECTORY + "video.flv";
	this.videoTitle = "Ellen Pompeo to Appear on Every Episode This Season";
	this.videoDescription = "While Katherine Heigl is taking a five-episode hiatus this season film a new movie and Dr. Izzie Stevens will be MIA as a result, Ellen Pompeo's Dr. Meredith Grey will be in every episode.<br/><br/>That's great to hear after a slew of rumors about new faces and cast musical chairs."
}
var vaselineAdDemo = new VaselineAdDemo();




var AXE_DIRECTORY = ADGALLERY_URL + "preroll_axe/";
function AxeAdDemo(){
	this.adSchedule = AXE_DIRECTORY + "adschedule.xml";
	this.videoPath = doveAdDemo.videoPath;
	this.videoTitle = doveAdDemo.videoTitle;
	this.videoDescription = doveAdDemo.videoDescription;
}
var axeAdDemo = new AxeAdDemo();


var JAGUAR_DIRECTORY = ADGALLERY_URL + "brandedoverlay_jaguar/";
function JaguarAdDemo(){
	this.adSchedule = JAGUAR_DIRECTORY + "adschedule.xml";
	this.videoPath = JAGUAR_DIRECTORY + "video.flv";
	this.videoTitle = "Jaguar hands off finance duties to Chase";
	this.videoDescription = "Jaguar North America told dealers here that Chase Auto Finance will become the brand's official finance company on Tuesday, Feb. 3, replacing Ford Motor Credit as part of Ford's sale of the brand.";
}
var jaguarAdDemo = new JaguarAdDemo();

var VALKYRIE_DIRECTORY = ADGALLERY_URL + "interactivepanel_valkyrie/";
function ValkyrieAdDemo(){
	this.adSchedule = VALKYRIE_DIRECTORY + "adschedule.xml";
	this.videoPath = VALKYRIE_DIRECTORY + "video.flv";
	this.videoTitle = "Aye aye ... Tom Cruise in Valkyrie";
	this.videoDescription = "What becomes of a movie star when the career hits a hiccup and the lustre starts to fade? If the movie star is smart, they go back to basics, reconnecting with the fire of their formative years. What drove them back then? What first made them strive for greatness?";
}
var valkyrieAdDemo = new ValkyrieAdDemo();

var SDARKO_DIRECTORY = ADGALLERY_URL + "interactivepanel_sdarko/";
function SdarkoAdDemo(){
	this.adSchedule = SDARKO_DIRECTORY + "adschedule.xml";
	this.videoPath = SDARKO_DIRECTORY + "video.flv";
	this.videoTitle = "American Idol Finale: Celebrity Red Carpet";
	this.videoDescription = "It was a star-studded group of celebrities who graced the red carpet at the Nokia Theatre L.A. LIVE venue last night.  They were on hand to take in the two-hour American Idol Season 8 finale on Wednesday night, May 20, 2009.<br/><br/>In a real SHOCKER, it was the 23 year old college student Kris Allen who was victorious over 'judges favorite' Adam Lambert.";
}
var sdarkoAdDemo = new SdarkoAdDemo();

var VERSA_DIRECTORY = ADGALLERY_URL + "superoverlay_versa/";
function VersaAdDemo(){
	this.adSchedule = VERSA_DIRECTORY + "adschedule.xml";
	this.videoPath = VERSA_DIRECTORY + "video.flv";
	this.videoTitle = "LG's new Versa comes to bat with full QWERT Keyboard";
	this.videoDescription = "One of the most intriguing phones to be released by Verizon this year is the Versa, which is now the third touchscreen phone offered by LG, after the Voyager and Dare.  It builds upon the previous models in terms of usability and functionality, but brings something unique to the table: a detachable QWERTY keyboard module.";
}
var versaAdDemo = new VersaAdDemo();



function setupDemoVariables(){
	ss_adSchedulePath = getQueryVariable("adSchedulePath");
	ss_snapshotVersion = getQueryVariable("snapshotVersion");
	ss_asType = getQueryVariable("asType");
	ss_isPreroll = getQueryVariable("isPreroll");
 	if (ss_adSchedulePath == vaselineAdDemo.adSchedule){
		ss_videoPath = vaselineAdDemo.videoPath;
		ss_videoTitle = vaselineAdDemo.videoTitle;
		ss_videoDescription = vaselineAdDemo.videoDescription;
	} else if (ss_adSchedulePath == doveAdDemo.adSchedule){
		ss_videoPath = doveAdDemo.videoPath;
		ss_videoTitle = doveAdDemo.videoTitle;
		ss_videoDescription = doveAdDemo.videoDescription;
	} else if (ss_adSchedulePath == axeAdDemo .adSchedule){
		ss_videoPath = axeAdDemo .videoPath;
		ss_videoTitle = axeAdDemo .videoTitle;
		ss_videoDescription = axeAdDemo .videoDescription;	
	} else if (ss_adSchedulePath == jaguarAdDemo.adSchedule){
		ss_videoPath = jaguarAdDemo.videoPath;
		ss_videoTitle = jaguarAdDemo.videoTitle;
		ss_videoDescription = jaguarAdDemo.videoDescription;	
	} else if (ss_adSchedulePath == valkyrieAdDemo.adSchedule){
		ss_videoPath = valkyrieAdDemo.videoPath;
		ss_videoTitle = valkyrieAdDemo.videoTitle;
		ss_videoDescription = valkyrieAdDemo.videoDescription;
	} else if (ss_adSchedulePath == sdarkoAdDemo.adSchedule){
		ss_videoPath = sdarkoAdDemo.videoPath;
		ss_videoTitle = sdarkoAdDemo.videoTitle;
		ss_videoDescription = sdarkoAdDemo.videoDescription;	
	} else if (ss_adSchedulePath == versaAdDemo.adSchedule){
		ss_videoPath = versaAdDemo.videoPath;
		ss_videoTitle = versaAdDemo.videoTitle;
		ss_videoDescription = versaAdDemo.videoDescription;			
	} else {
		ss_videoPath = defaultAdDemo.videoPath;
		ss_videoTitle = defaultAdDemo.videoTitle;
		ss_videoDescription = defaultAdDemo.videoDescription;	
	}
	
	
	/*
	var msg ='';
	msg += 'ss_adSchedulePath: ' + ss_adSchedulePath + '\n';
	msg += 'ss_snapshotVersion: ' + ss_snapshotVersion + '\n';
	msg += 'ss_asType: ' + ss_asType + '\n';
	msg += 'ss_isPreroll: ' + ss_isPreroll + '\n';
	msg += 'ss_videoPath: ' + ss_videoPath + '\n';
	msg += 'ss_videoTitle: ' + ss_videoTitle + '\n';
	msg += 'ss_videoDescription: ' + ss_videoDescription + '\n';	
	alert(msg);
	*/
}
setupDemoVariables();


