/* ***    Network Live Ondemand Config File    *** */// ------------------------------------+//    ADD REFRESH AND PAGE TRACKING    | 						// NOTE: 	Comment sections if they are not needed// ------------------------------------+	//															i.e. >> this.SWF_VARS.im_message = escape("Visit Raul's site"); this.SWF_VARS = {};			// Impresion URLs/*this.SWF_VARS.sponsor_imp_1 = "";this.SWF_VARS.sponsor_imp_2 = "";this.SWF_VARS.sponsor_imp_3 = "";// Ad refresh (			   */this.addAdToList('93214803', '728', '90');this.SWF_VARS.doAdRefresh = "yes";// ------------------------------------+//    MAIN FLASHVARS OBJECT            |// ------------------------------------+//	These are the FlashVars for the main swf:					// NOTE: 	If values of the FlashVars have special characters you must escape them//																		// Sponsorthis.SWF_VARS.sponsor_url = "http://cdn.digitalcity.com/film_fixation/ff_hi_q_sponsor_logo.swf"; 						// NOTE: 	Must be 300 x 90this.SWF_VARS.sponsor_click = "http://movies.aol.com/trailer_clip_movie_hi_def_full_screen";// Assets and XMLthis.SWF_VARS.theXML_location = "http://movies.aol.com/publisherfetcher.adp?id=film_fixation_big_2006_movies";this.SWF_VARS.the_nav = "http://cdn.digitalcity.com/mf_film_fixation/ff_nav.swf";this.SWF_VARS.cssLocation = ""; 								// NOTE: 	Specify CCS if different than the standard// E-Mail / IMthis.SWF_VARS.im_message = "From cracking The Da Vinci Code to catching crooks with Miami Vice, check out 10 movies sure to make waves this year in the latest Moviefone Film Fixation."; this.SWF_VARS.im_url = "http://movies.aol.com/film_fixation_big_movies_of_2006";this.SWF_VARS.email_subject = "10 Movies to Watch For in 2006";this.SWF_VARS.email_message = "From cracking The Da Vinci Code to catching crooks with Miami Vice, check out 10 movies sure to make waves this year in the latest Moviefone Film Fixation.";this.SWF_VARS.email_url = "http://movies.aol.com/film_fixation_big_movies_of_2006";// DLthis.SWF_VARS.dl_xml_location = "http://movies.aol.com/publisherfetcher.adp?id=film_fixation_dl";this.SWF_VARS.dl_w = 320;this.SWF_VARS.dl_h = 90;// Video 3.0 paramsthis.SWF_VARS.videoPlayer = "dalai"; 		// values: 'dalai'/'fugu'/'video3'/*this.SWF_VARS.widget = "video-large";		// this is for video3 onlythis.SWF_VARS.assetType = "pmmsid";			// this is for video3 onlythis.SWF_VARS.options = escape("['skin:grey']");		// this is for video3 only*///// ------------------------------------------------+// GET QUERY STRING VARIABLES FOR DEEP LINKING     |// ------------------------------------------------+//	These is passing the url query string to the main swf as flashvars:if(window.location.search != null && window.location.search.length){	var searchString = window.location.search.substring(1);	var searchList = searchString.split("&");	for(var i = 0; i < searchList.length; i++){		var temp = searchList[i].split("=");		this.SWF_VARS[temp[0]] = temp[1];	}}// ------------------------------------+//   BUILD FLASH MOVIE                 |// ------------------------------------+this.SWF_LOCATION = "http://cdn.digitalcity.com/mf_film_fixation/ff_bigin06_main_revised.swf";this.SWF_NAME = "mediabrowse";this.SWF_WIDTH = 756;this.SWF_HEIGHT = 653;this.SWF_VERSION = "7,0,0,0";this.SWF_BGCOLOR = "white";//this.SWF_Factory.makeSWF(this.SWF_VERSION, this.SWF_WIDTH, this.SWF_HEIGHT, this.SWF_NAME, this.SWF_LOCATION, this.SWF_BGCOLOR, this.SWF_VARS, null);//