// JavaScript Document
// vertical pixel display offset
// doload is in enforcehome.js
var topOffset = 25
window.onload = doLoad;
// Dan's frame enforcer
// enforcehome()
enforceframeset("www.t-shirt-printers.com","contact-us.htm")
urlpattern = /www.t-shirt-printers.com/;
    // window.alert(parent.location.search.substring(1));
    if (!urlpattern.test(top.location.href)) {
        top.location.href="http://www.t-shirt-printers.com/"; 
    }
    if (top.document.location.href == "http://www.t-shirt-printers.com/contact-us.htm?ts629") {
        top.location.href="http://www.t-shirt-printers.com/?ts629?contact-us.htm"; 
    }

