//var day=new Date();
var UID='xpgpx';
var Location_href=location.href;

if ((self==top)){
	if (Location_href.indexOf("?")>-1){
		splitedURL = Location_href.split("?");
		Location_href = splitedURL[0]+'?'+'Location_href='+Location_href+'&'+splitedURL[1];
	}else{
		Location_href += '?Location_href='+Location_href;
	}

var src1 = 'http://www2.xpg.com.br/sites/xban1.oi.php' ; 
var src2 =  Location_href ; 
var src3 = 'http://www2.xpg.com.br/sites/xfooter.oi.php' ; 

document.write( '<frameset id="FR" name="FR" rows="120,*,30" frameborder="no" border="0" framespacing="0">' ) ; 
document.write( '<frame id="frame_bar" name="frame_bar" frameborder="no" noresize scrolling="no"  src="' + src1 + '">' ) ; 
document.write( '<frame id="frame_con" name="frame_con" frameborder="no" noresize scrolling="yes"  src="' + src2 + '">' ) ; 
document.write( '<frame id="frame_foo" name="frame_goo" frameborder="no" noresize scrolling="no" src="' + src3 + '">' ) ; 
document.write( '</frameset>' ) ; 
}
