function showBanner(){
var bannerFile = new Array();
bannerFile[0]='<A href="http://www.bestpakshop.com"><img border="0" src="http://www.mansoorbookshop.com/images/Pakshop_ban.gif" width="468" height="60"></A>';
bannerFile[1]='<A href="http://www.pakisearch.net"><img border="0" src="http://www.hotranks.com/buttons/nubanner.gif" width="468" height="60"></A>';
bannerFile[2]='<A href="http://www.pakirecipes.com"><img border="0" src="http://hotranks.com/buttons/prnubanner.gif" width="468" height="60"></A>';
bannerFile[3]='<A href="http://www.apnaforum.com"><img border="0" src="http://www.apnaforum.com/images/banner1.gif" width="468" height="60"></A>';


var rand = Math.floor(Math.random() * bannerFile.length);
theBanner = bannerFile[rand]
document.write(theBanner)
}

function showButton(){

var bannerFile = new Array();
bannerFile[0]='<A href="http://www.bestpakshop.com"><img border="0" src="http://www.mansoorbookshop.com/images/banner.gif" width="120" height="60"></A>';
bannerFile[1]='<A href="http://www.pakisearch.net"><img border="0" src="http://www.pakion.net/images/logo.gif" width="120" height="60"></A>';
bannerFile[2]='<A href="http://www.pakirecipes.com"><img border="0" src="http://www.hotranks.com/buttons/prlogo120.gif" width="120" height="60"></A>';
bannerFile[3]='<A href="http://www.apnaforum.com"><img border="0" src="http://www.apnaforum.com/images/button1.gif" width="120" height="60"></A>';


var rand = Math.floor(Math.random() * bannerFile.length);
theBanner = bannerFile[rand]
document.write(theBanner)

}