window.onload = function()
{
 // var img = new Image();
 // img.src = "http://blog.vivekjishtu.com/counter/?t=" + (new Date().getTime())+ "&referrer=" + escape(document.referrer);
/*
var ifr =  document.createElement("iframe");
  ifr.setAttribute("allowtransparency", "true");
  ifr.setAttribute("frameborder", "0");
  ifr.setAttribute("scrolling", "no");
  ifr.frameBorder = "0";
  ifr.width = "200";
  ifr.src="http://www.google.com/talk/service/badge/Show?tk=z01q6amlq1pgqqdr3l79v2gt06fmbtcpgvq32dj70cmca2tfr4m72a8ivfve49p96icanlpodjbdej6afq9v53ulq8l2gmhf1qrtkphmcalk3m5h9j2cn7tonor672f1gk6g3bneat94olfi4lokm27os0hq2204dlgkpk4g1&w=200&h=60";
  ifr.height = "60";
  ifr.style.position = "absolute";
  ifr.style.top = "40px";
  ifr.style.right = "80px";
  ifr.style.border = "0px";
  
  
  document.body.appendChild(ifr); 
  */
}

