promo = new Array(2);

promo[0] = "<a href=\"http://www.nepalhomepage.com/travel/firstpage/\"><img src=\"/template/promotions/travel.gif\" height=150 width=125 border=0></a>";
promo[1] = "<a href=\"http://www.nepalhomepage.com/travel/faq/faq.html\"><img src=\"/template/promotions/faq.gif\" height=150 width=125 border=0></a>";

/*
promo[0] = "<a href=\"http://www.nepalhomepage.com/whitepages/\"><img src=\"/template/promotions/whitepages.gif\" height=150 width=125 border=0></a>";
promo[4] = "<a href=\"http://www.nepalhomepage.com/ecommunity/greetings/greetings.html\"><img src=\"/template/promotions/greetings.gif\" height=150 width=125 border=0></a>";
promo[3] = "<a href=\"http://www.nepalhomepage.com/society/recipes/recipes.html\"><img src=\"/template/promotions/recipes.gif\" height=150 width=125 border=0></a>";
promo[0] = "<a href=\"http://www.nepalhomepage.com/cgi-bin/forums/forums.pl?forumid=2\"><img src=\"/template/promotions/travelboard.gif\" height=150 width=125 border=0></a>";
promo[1] = "<a href=\"http://www.nepalhomepage.com/ecommunity/classifieds/classifieds.html\"><img src=\"/template/promotions/classifieds.gif\" height=150 width=125 border=0></a>";
promo[2] = "<a href=\"http://www.nepalhomepage.com/cgi-bin/dir/yellowpage.pl\"><img src=\"/template/promotions/yellowpages.gif\" height=150 width=125 border=0></a>";
promo[5] = "<a href=\"http://www.nepalhomepage.com/ecommunity/chat/client.html\"><img src=\"/template/promotions/chat.gif\" height=150 width=125 border=0></a>";
promo[6] = "<a href=\"http://www.nepalhomepage.com/cgi-bin/forums/forums.pl?forumid=3\"><img src=\"/template/promotions/chautari.gif\" height=150 width=125 border=0></a>";
*/

function promotion() {
	index = Math.floor(Math.random() * promo.length);
	document.write(promo[index])
}
