// JavaScript Document
// If page not loaded into as a frame within one of main pages, loads into index.asp
if
(location.href == top.location.href)
{
var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
top.location.href= "http://www.gogetyourgirlon.com/Index.asp?p=" + sPage;
}