url = window.location.href;
if (url.indexOf('?') != -1) { 
  urlstr = unescape(document.location);
  urlstr = urlstr.split('?')[1]
  urlstr = urlstr.split('&')
  for(x=0; x<urlstr.length;x++) {
    tmp = urlstr[x].split('=');
    eval(tmp[0] + '="' + tmp[1] + '"');
  }
  if ((prog == 'tii') || (prog == 'pii') || (prog == 'adw')) {
    var exp = new Date();
    exp.setMonth(exp.getMonth() + 2);
    this.document.cookie = prog + "=" + prog + "&referrer=" + ref + ";expires=" + exp.toGMTString();
  }
}
document.writeln('<br><center><font face="arial" size="3">Beta versions<br>available<br><a href="http://www.wavget.com/betadownload.html">TypeItIn 2.9.2</a>');
document.writeln('<br><br><a href="http://www.softpedia.com/progClean/TypeItIn-Clean-40235.html" target="_blank"><img src="http://www.wavget.com/softpedia_clean_award_f.gif" width="170" height="116" alt="" border="0"></a>');
document.writeln('<br><br><a href="http://www.trialpay.com/productpage/?c=e933cb6&tid=A7Dflfn"><img border="0" src="http://www.trialpay.com/images/at/m/A7Dflfn/QRcTMKd/db867ecb/m/buttons/button8-en.gif" /></a>');