<script language="JavaScript">
if (top.frames.length!=0) {
var toploc = "";
try{
toploc = top.location.host.toString();
}
catch(e){
// if you can't get the top location, it means you are being framed by another domain...
pop out
top.location=self.document.location;
}
}
</script>
Tuesday, June 5, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment