var refer = document.referrer;
var checkMe = "http://www.datasensor1.de/";

if (refer.substr(0, checkMe.length) != checkMe) {
	document.write('<td height="100" width="170" valign="top"><a href="http://www.csg-barcode.de/gbg/support.html"><img src="../images/csg_logo_s.gif" border="0"></td>');}

