/**
*
* Tune In Asset script
* Version 1.0
*
*/

(function(){
	
	var tia_active = true;	
		
	if(tia_active == true && typeof document.cookie != 'undefined' && typeof document.location != 'undefined')
	{
		if(!window.DISNEYCHANNEL_TIA) { window['DISNEYCHANNEL_TIA'] = {} };
			
		 /**
		 * 
		 * Initializes the tune in asset	
		 *
		 */
		function init()
		{			
			DISNEYCHANNEL_TIA.loadTIA();
		};
		window['DISNEYCHANNEL_TIA']['init'] = init;
		
		function loadTIA()
		{
			var flashvars = { 
				xmlsource: "/DisneyChannel/cms/tunein/content.xml"
			};
			swfobject.embedSWF("/DisneyChannel/tunein/tia.swf", "tuneInAsset", "460", "264", "9.0.0",null, flashvars, {wmode:'transparent', bgcolor:'#000000'}, {} );

			var flashvars = { 
				clickTAG: "/DisneyChannel/"
			};
			swfobject.embedSWF("/DisneyChannel/tunein/dc_120x94.swf", "tuneinDC", "120", "94", "9.0.0",null, flashvars, {wmode:'transparent', bgcolor:'#000000'}, {} );

			var flashvars = { 
				clickTAG: "/DisneyChannel/playhouse/"
			};			swfobject.embedSWF("/DisneyChannel/tunein/playhouse_120x94.swf", "tuneinPlayhouse", "120", "94", "9.0.0",null, flashvars, {wmode:'transparent', bgcolor:'#000000'}, {} );

			var flashvars = {
			    clickTAG: "/DisneyChannel/toondisney/"
			};
			swfobject.embedSWF("/DisneyChannel/tunein/toon_120x94.swf", "tuneinToon", "120", "94", "9.0.0", null, flashvars, { wmode: 'transparent', bgcolor: '#000000' }, {});

			var flashvars = {
			    clickTAG: "http://disneyxd.disney.se/"
			};
			swfobject.embedSWF("/DisneyChannel/tunein/xd_120x94.swf", "tuneinXD", "120", "94", "9.0.0", null, flashvars, { wmode: 'transparent', bgcolor: '#000000' }, {});

}
		window['DISNEYCHANNEL_TIA']['loadTIA'] = loadTIA;
	}
	else // Not supportive enough
	{
		return;
	}

})();
addLoadListener(DISNEYCHANNEL_TIA.init);
