
function framer()

{

if (top.location==self.location)

{

answer=confirm('Sorry this webpage is supposed to be part of a frame.\n '+

'So it is page going to load in my frame.\n Please find it in the frame navigation')

if (answer!=0)

top.location="ashford-properties-for-sale.html"

//top.location is the name of the frame page

}

}

