// SITE
var oas_site_id = 'foxfactory/';

// SECTION
var oas_section = parent.location.pathname.slice(1);
if (oas_section.lastIndexOf('/')!=-1) { oas_section = oas_section.slice(0,oas_section.length-1); }
var oas_http = parent.location.href.slice(7);

// POSITION
var oas_position_left = 'Top1';
var oas_position_right = new Array('Top1');

// WWW OUT
if (oas_http.indexOf('www.')!=-1) { oas_http=oas_http.slice(4); } // get rid of www. from oas_http

// CHARGED
if (oas_http.indexOf('charged.tv/')!=-1) { oas_section = oas_site_id + 'la/series/charged'; }
else if (oas_http.indexOf('charged.com.br/')!=-1) { oas_section = oas_site_id + 'br/series/charged'; }

// ADELANTADAS
else if (oas_http.indexOf('adelantadas.tv/')!=-1) {
	oas_section = oas_site_id + 'la/series/adelantadas';
	oas_position_left = 'Top1,Bottom2';
	oas_position_right = new Array('Top1','Bottom2');
}

// NACOTV
else if (oas_http.indexOf('nacotv.com/')!=-1) { oas_section = oas_site_id + 'la/series/nacotv'; }

// OTHER
else {
	if (oas_http.indexOf('.com.br')!=-1) { oas_section = oas_site_id + 'br'}
  	else { oas_section = oas_site_id + 'la';}
}