<!--
var str = location.search;
var pos = str.indexOf("&print");

if (top != self) {
try {
if (top.str) {parent.str = true;}
else frameBust();
}
catch (err) {
frameBust();
}
}
function frameBust() {
if (document.images) top.location.replace(document.location);
else top.location = self.location ;
}

if ((top.location.href.indexOf("index.htm") == -1)&& (pos == -1)) 
top.location.href = "index.htm?" + this.location.pathname + "&1";
// -->










