var file = 'http://www.angelroad.org.uk/stats/count.asp';var f = escape(document.referrer);var u = escape(document.URL); var p = escape(document.title); var w = screen.width; var h = screen.height; var v = navigator.appName; var c = ''; if (v != 'Netscape') { c = screen.colorDepth; }else { c = screen.pixelDepth; }info='w=' + w + '&h=' + h + '&c=' + c + '&r=' + f + '&p=' + p +'&u=' + u;document.open();document.write('');document.close();