// JavaScript Document
if (window == top) {
var url='window.location.replace("index.htm?var1='+window.location.href+'")';
eval(url);
}