
function checkParent ()
{
    if ((parent.document.title == "") | (parent.document.title == "Small Towne Computing"))
    {
		location.replace("http://smalltownecomputing.com/v2/html/");
    }    
}

