function jsSetTop()
{
	var d = 'http://www.studiogt.net/';
	var u =  d + 'default.asp';
	if (self.top.location.href != d && self.top.location.href != u)
		{
		self.top.location.href = d;
		}
}
//jsSetTop();
