
// Enforces that this page is is within its frameset
 
if (parent.location.href == self.location.href){
window.location.href ='http://www.trlaa.com.au'
}
 
