rnd.today=new Date();
rnd.seed = rnd.today.getTime();

number = rand(2);

document.write("<A HREF='http://www.indianexpress.com/full_coverage.php?coverage_id=28' target='_blank'><img src='http://banners.expressindia.com/grfx/bank125.gif' border ='0' alt='The Great Bank Robbery'></A>");
document.write("<p>");

document.write("<IMG SRC='http://www.expressindia.com/banner/grfx/wsj125.gif' WIDTH='125' HEIGHT='30' BORDER = '0'>");
document.write("<p>");

/*document.write("<A HREF='http://community.expressindia.com/mboard' target='_blank'><IMG SRC='http://banners.expressindia.com/grfx/debate125.gif' BORDER='0' alt='Join The Debate'></A>");
document.write("<p>");*/

document.write("<A HREF='http://www.financialexpress.com/event/Quiz.html' target='_blank'><IMG SRC='http://www.expressindia.com/banner/grfx/feselsm.gif' WIDTH='125' HEIGHT='30' BORDER = '0'></A>");
document.write("<p>");

document.write("<A HREF='http://banners.expressindia.com/jump.php?id=50' target='_blank'><IMG SRC='http://www.expressindia.com/banner/grfx/tinasm.gif' WIDTH='125' HEIGHT='30' BORDER = '0' alt='Get 4 Free copies of The Indian Express North American edition'></A>");
document.write("<p>");

document.write("<A HREF='http://www.expressindia.com/kashmir' target='_blank'> <IMG SRC='http://www.expressindia.com/banner/grfx/kashsm.gif' WIDTH='125' height='30' BORDER = '0'></A>");
document.write("<p>");

document.write("<A HREF='http://www.indianexpress.com/columnists' target='_blank'> <IMG SRC='http://www.expressindia.com/banner/grfx/colsm.gif' WIDTH='125' height='30' BORDER = '0'></A>");
document.write("<p>");

function rnd() {
rnd.seed = (rnd.seed*9301+49297) % 233280;
return rnd.seed/(233280.0);
};
function rand(number) {
return Math.ceil(rnd()*number);
}
