dirBase = 'http://www.goodyear.com.br'

function urlContains(uniqueIdentifier){
	if(document.location.toString().indexOf(uniqueIdentifier)>=0) return true
	else return false
}
function singleNews(){
	title = this.title
	subtitle = this.subtitle
	image = this.image
	thumb = this.thumb
	linkDetail = this.linkDetail
	day = this.day
	month = this.month
	year = this.year
	isHomeHighlight = this.isHomeHighlight
	isHome = this.isHome
	isIncludeHighLight = this.isIncludeHighLight
}


function openBrWindow(theURL,winName,x,y) {
  window.open(theURL,winName,'width=' + x + ',height='+y);
}

allNews = new Array()


