var testString = top.location.href;
var currentTime = new Date();

if (  !( testString.match(/^http:\/\/www.film-tech.com$/)
	|| testString.match(/^http:\/\/www.film-tech.com\/$/)
	|| testString.match(/^http:\/\/www.film-tech.com\/cgi-bin\/externallink.cgi/)
	|| testString.match(/^http:\/\/www.film-tech.com\/cgi-bin\/ubb\/ultimatebb.cgi\?ubb\=get_profile/)
	|| testString.match(/^http:\/\/www.film-tech.com\/cgi-bin\/ubb\/ultimatebb.cgi\?ubb\=email/)
	|| testString.length < 17  )) {

   //document.write (testString);

//alert ("Your browser thinks that the top frame location is: '"+top.location.href+"'");

   top.location.href = "/cgi-bin/externallink.cgi?" + top.location.href + "\;rt=" + currentTime.getTime() + "\;referer=" + testString;
}


// 	|| testString.match(/^http:\/\/www.film-tech.com\/cgi-bin\/ubb\/ultimatebb.cgi\?ubb\=reply/)