//restricao de dominio
//if(self.location.host.indexOf(".terra.")!=-1 || self.location.href.indexOf(".dsv-blog")!=-1 || self.location.href.indexOf(".54.164")!=-1){



function _id(id){
	try{ return document.getElementById(id); }catch(e){ return undefined; }
}
function getElementPosition(el){
	var x=0; var y=0;
	while(el.offsetParent){
		x+=el.offsetLeft; y+=el.offsetTop;
		el=el.offsetParent;
	}
	x+=el.offsetLeft; y+=el.offsetTop;
	return { x:x, y:y };
}





//restricao de dominio
//}