
    xx = escape(document.referrer);
    yy = "";
    for (i = 0; i < xx.length; i++) { 
       zz = xx.charAt(i);
        yy += (zz == "+") ? "%2B" : zz;   
}
    document.write('<IMG WIDTH=70 HEIGHT=16 ');
    document.write('SRC="http://www.whiteillusion.com/wwwcount.cgi');
    document.write('?gif+ref+', yy, '">');
// --><img width=96 height=19 src="http://www.whiteillusion.com/wwwcount.cgi?gif">
    