
	/*
	*	Revista Summa - www.revistasumma.com
	*	
	*	filename:	/js/incae/init/inicio.js
	*	info:		Inicio JS
	*	
	*	developer:	Tony Córdova <tonyrcordova@yahoo.com>
	*/
	
function init()
{
	display();
	ads();
	load_js_objects();
}

function load_js_objects( )
{
	document.getElementById('flight').innerHTML = '<iframe src="http://www.flightstats.com/go/FlightStatus/getFlightStatusWidget.do?guid=49e3481552e7c4c9:-b6b0f01:12664f37e6b:-56a1" frameborder="0" scrolling="no" width="280" height="240"></iframe><div style="font-size:8pt;padding-left:10px;"><a href="http://www.flightstats.com/go/FlightStatus/flightStatusByRoute.do">Track Flight Status</a> & more at <a href="http://www.flightstats.com">www.flightstats.com</a></div>';

	var name = 'weather';
	
	for( var i=0 ; i<display_count ; i++ )
		if( name == display_items[i].name )
			sel = i;
	
	if( sel != null )
		for( i=0 ; i<display_items[sel].items ; i++ )
			switch( i )
			{
				case 0:
					document.getElementById('itm_'+name+'_'+i).innerHTML = '<iframe src="http://a.forecabox.com/get/17359" width="300" height="250" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true"></iframe>';
				break;
				case 1:
					document.getElementById('itm_'+name+'_'+i).innerHTML = '<iframe src="http://a.forecabox.com/get/17358" width="300" height="250" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true"></iframe>';
				break;
				case 2:
					document.getElementById('itm_'+name+'_'+i).innerHTML = '<iframe src="http://a.forecabox.com/get/17360" width="300" height="250" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true"></iframe>';
				break;
				case 3:
					document.getElementById('itm_'+name+'_'+i).innerHTML = '<iframe src="http://a.forecabox.com/get/17362" width="300" height="250" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true"></iframe>';
				break;
				case 4:
					document.getElementById('itm_'+name+'_'+i).innerHTML = '<iframe src="http://a.forecabox.com/get/19820" width="300" height="250" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true"></iframe>';
				break;
				case 5:
					document.getElementById('itm_'+name+'_'+i).innerHTML = '<iframe src="http://a.forecabox.com/get/17364" width="300" height="250" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true"></iframe>';
				break;
				case 6:
					document.getElementById('itm_'+name+'_'+i).innerHTML = '<iframe src="http://a.forecabox.com/get/17363" width="300" height="250" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" allowtransparency="true"></iframe>';
				break;
			}
	
	var video = document.getElementById('video');
	
	video.innerHTML = '<div class="play"></div><img src="http://i.ytimg.com/vi/' + video.className + '/hqdefault.jpg" alt="Video de la semana" />';
}

function show_video( obj )
{
	obj.innerHTML = '<iframe width="300" height="203" src="http://www.youtube.com/embed/' + obj.className + '?rel=0&amp;hd=1&amp;autoplay=1" frameborder="0" allowfullscreen></iframe>';
}
