document.location.href = '/index.php'; if (0) // self.name==top.name 
{ 

document.write('<frameset rows="116,*" frameborder="NO" border="0" framespacing="0"> ')
document.write('<frame name="superiore" scrolling="NO" noresize src="intestazione.htm" >')
document.write('<frame name="inferiore" src='+document.location.href+'?a>')
document.write('</frameset>')

}
