var siteurl = "http://www.nylatinofilm.com/";

jsHover = function()
	{
		var hEls = document.getElementById("nav").getElementsByTagName("LI");
		for (var i=0, len=hEls.length; i<len; i++) {
			if ((hEls[i].className == 'mfilms')||
				(hEls[i].className == 'mtickets')||
				(hEls[i].className == 'minfo')||
				(hEls[i].className == 'mpress')||
				(hEls[i].className == 'mextras')) {
				hEls[i].onmouseover = function() { this.className+=" jshover"; }
				hEls[i].onmouseout = function() { this.className = this.className.replace(" jshover", ""); }
			}
		}
	}
	if (window.attachEvent && navigator.userAgent.indexOf("Opera")==-1) window.attachEvent("onload", jsHover);

/* Do not touch this part */
gSlideshowInterval = 2;
gNumberOfImages = 5;

gUrl = new Array(gNumberOfImages);
gUrl[0] = "http://latino.aol.com/";
gUrl[1] = "http://www.bluerockny.com/";
gUrl[2] = "http://www.fijiwater.mx/";
gUrl[3] = "https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=LMV&cds_page_id=39913";
gUrl[4] = "http://www.nochelatina.com/US/New-York";



gImages = new Array(gNumberOfImages);
gImages[0] = siteurl+"img/rotation/aollatino.gif";
gImages[1] = siteurl+"img/rotation/bluerock.jpg";
gImages[2] = siteurl+"img/rotation/fiji.jpg";
gImages[3] = siteurl+"img/rotation/latinamagazine.jpg";
gImages[4] = siteurl+"img/rotation/nochelatina.gif";
/* End */


function canManipulateImages() {
	if (document.images)
		return true;
	else
		return false;
}
function loadSlide(imageURL, sponsorURL) {
	if (gImageCapableBrowser) {
		document.slide.src = imageURL;
		document.getElementById("slide_url").href = sponsorURL;
		return false;
	}
	else {
		return true;
	}
}
function nextSlide() {
	gCurrentImage = (gCurrentImage + 1) % gNumberOfImages;
	loadSlide(gImages[gCurrentImage],gUrl[gCurrentImage]);
}
gImageCapableBrowser = canManipulateImages();
gCurrentImage = 0;
setInterval("nextSlide()",gSlideshowInterval * 1000);




/* Edit this */

gslideshowInterval_1 = 8;
gNumberOfImages_1 = 18; /* This is the total number of slides. Update this if add new ones */

gUrl_1 = new Array(gNumberOfImages_1);
gUrl_1[0] = "http://www.hbolatino.com/";
gUrl_1[1] = "http://www.youtube.com/HeinekenenEspanol";
gUrl_1[2] = "http://www.nydailynews.com";
gUrl_1[3] = "http://www.aa.com/";
gUrl_1[4] = "http://www.ktu.com/main.html";
gUrl_1[5] = "http://latino.aol.com/";
gUrl_1[6] = "https://w1.buysub.com/servlet/OrdersGateway?cds_mag_code=LMV&cds_page_id=39913";
gUrl_1[7] = "http://www.fijiwater.mx/";
gUrl_1[8] = "http://www.nochelatina.com/US/New-York";
gUrl_1[9] = "http://www.wildchildpost.com";
gUrl_1[10] = "http://http://www.supplyanddemand.tv";
gUrl_1[11] = "http://www.plspost.com/";
gUrl_1[12] = "http://www.bluerockny.com/";
gUrl_1[13] = "http://ny.remezcla.com/";
gUrl_1[14] = "http://www.loreal.com//";
gUrl_1[15] = "http://www.elespecial.com/Site_2/Welcome.html";
gUrl_1[16] = "http://www.latintrends.com";
gUrl_1[17] = "http://www.directmastv.com/";




gImages_1 = new Array(gNumberOfImages_1);
gImages_1[0] = siteurl+"img/rotation/HBO_presenting.gif";
gImages_1[1] = siteurl+"img/rotation/heineken.jpg";
gImages_1[2] = siteurl+"img/rotation/dailynews.jpg";
gImages_1[3] = siteurl+"img/rotation/americanairlines.jpg";
gImages_1[4] = siteurl+"img/rotation/ktu.jpg";
gImages_1[5] = siteurl+"img/rotation/aollatino.gif";
gImages_1[6] = siteurl+"img/rotation/latinamagazine.jpg";
gImages_1[7] = siteurl+"img/rotation/fiji.jpg";
gImages_1[8] = siteurl+"img/rotation/nochelatina.gif";
gImages_1[9] = siteurl+"img/rotation/wildchild.jpg";
gImages_1[10] = siteurl+"img/rotation/supplydemand.gif";
gImages_1[11] = siteurl+"img/rotation/pennylane.jpg";
gImages_1[12] = siteurl+"img/rotation/bluerock.jpg";
gImages_1[13] = siteurl+"img/rotation/remezcla.jpg";
gImages_1[14] = siteurl+"img/rotation/loreal.jpg";
gImages_1[15] = siteurl+"img/rotation/ELESPECIALITO.jpg";
gImages_1[16] = siteurl+"img/rotation/latin_trends.jpg";
gImages_1[17] = siteurl+"img/rotation/directtv.jpg";


/* End */

function canManipulateImages_1() {
	if (document.images)
		return true;
	else
		return false;
}
function loadslide_1_1(imageURL_1, sponsorURL_1) {
	if (gImageCapableBrowser_1) {
		document.slide_1.src = imageURL_1;
		document.getElementById("slide_1_url").href = sponsorURL_1;
		return false;
	}
	else {
		return true;
	}
}
function nextslide_1() {
	gCurrentImage_1 = (gCurrentImage_1 + 1) % gNumberOfImages_1;
	loadslide_1_1(gImages_1[gCurrentImage_1],gUrl_1[gCurrentImage_1]);
	/*loads counter tage for gUrl_1[5] */
	document.getElementById('counter_tag').src = (gCurrentImage_1 == 5) ? 'http://s0b.bluestreak.com/ix.e?ir&s=7708548&n=Insert_Time_Date_Stamp_Here' : '';
}
gImageCapableBrowser_1 = canManipulateImages_1();
gCurrentImage_1 = 0;
setInterval("nextslide_1()",gslideshowInterval_1 * 1000);


