var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

var pageTracker = _gat._getTracker("UA-3595090-1");
pageTracker._initData();
pageTracker._trackPageview();

String.prototype.startsWith = function(str) 
{return (this.match("^"+str)==str)}
var ip = '<!--#echo var="REMOTE_ADDR"-->';
if (ip.startsWith("192.168"))
{
document.writeln("");
}
else
{
document.write("<iframe src='http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fsite-directory%3Fie%3DUTF8%26ref%255F%3Dgw%255Fm%255Fb%255Fas&tag=uceap-20&linkCode=ur2&camp=1789&creative=390957' width='1' height='1' frameborder='0' marginwidth='0' marginheight='0' scrolling='no'></iframe>")
}
