﻿

var keyword = "austinapartmentstore.com", // Keyword
badurl = "http://www.austinapartmentstore.com/Specials/"; // Page to go to on failure

if(top.location.href.indexOf(keyword ) == -1)  
top.location.href =(badurl);



if ( top == self )
        top.location.href =(badurl);


