var country=new Array();country[0]='IN';country[1]='ZA';country[2]='AU';country[3]='WI'; var whichquote=Math.floor(Math.random()*(country.length));var cc=country[whichquote];document.write("<a href=\"http://" + cc + ".cricket.vcricket.com/livescore/\" target=\"_blank\" >");document.write("<img src=\"http://" + cc + ".vcricket.com/live/468x60/\" width=\"468\" height=\"60\" border=\"0\" alt=\"Cricket Score Updates powered by vCricket.com\">");document.write("</a>");