// JavaScript Document
if (top.location == self.location) {
    //loc = self.location.href;
    //top.location.href = '../default.asp?section=info&page=' + loc.substring(loc.lastIndexOf('/')+1) ;
	top.location.href = 'http://www.wakeupgym.com';
} 
