<!--- JavaScript (c) Amit Arora <amit.arora@bigfoot.com> --->

function writeexchange( )
{
	var maxex = 5;
	function getRandom( num )
	{
	  	today = new Date();
			randomNum = 1 + (today.getSeconds() % (num));

		return (randomNum);
	};

	var exArray = new Array();

	exArray[1] =
	'<!-- Begin Linkexchange Code -->' +
	'<iframe src="http://leader.linkexchange.com/1/X1110076/showiframe?" width="468"' +
	' height="60" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0"' +
	' scrolling="no"><a href="http://leader.linkexchange.com/1/X1110076/clickle"' +
	' target="_top"><img width="468" height="60" border="0" ismap alt=""' +
	' src="http://leader.linkexchange.com/1/X1110076/showle?"></a></iframe>' +
	'<br>' +
	'<a href="http://leader.linkexchange.com/1/X1110076/clicklogo" target="_top">' +
	'<img src="http://leader.linkexchange.com/1/X1110076/showlogo?"' +
	' width="468" height="16" border="0" ismap alt=""></a><br>' +
	'<!-- End Linkexchange Code -->' ;

	exArray[2] =
	'<!-- IndiaAd.com Code Starts Here -->' +
	'<a href="http://www.indiaad.com/cgi-bin/ads.pl?member=softwhere;banner=NonSSI;page=01">' +
	'<img src="http://www.indiaad.com/cgi-bin/ads.pl?member=softwhere;page=01"' +
	' width="468" height="60" border="0" alt="IndiaAd.com Banner Exchange"></a>' +
	'<!-- IndiaAd.com Code Ends Here -->' ;

	exArray[3] =
	'<!-- India link Exchange Code Start -->' +
	'<a href="http://www.indialinkexchange.com/cgi-bin/zone_all.pl?advert=NonSSI&page=01">' +
	'<img src="http://www.indialinkexchange.com/cgi-bin/zone_all.pl?ID=softwhere&page=01"' +
	' height="60" width="468" border="0" alt="India Link Exchange"></a><br>' +
	'<a href="http://www.indialinkexchange.com/index.html">' +
	'<img src="http://www.indialinkexchange.com/logo.gif" height="16" width="468"' +
	' border="0" alt="India Link Exchange"></a>' +
	'<!-- India Link Exchange Code End -->' ;

	exArray[4] =
	'<a href="http://www.linkbuddies.com/click.go?id=120959">' +
	'<img src="http://www.linkbuddies.com/image.go?id=120959" height="60" ' +
	' width="468" border="0" alt="Click this banner to discover more"></a><br>' +
	'<a href="http://www.linkbuddies.com/start.go?id=120959">' +
	'<img src="http://www.linkbuddies.com/lbbar.gif" width="468" height="15" ' +
	' border="0" alt="Click here for LinkBuddies"></a>' ;

	exArray[5] =
	'<!--Begin ClickThru Banner HTML-->' +
	'<a href="http://ads.clickthru.net/bannerlink?host=131056&size=full" target="_top">' +
	'<img src="http://ads.clickthru.net/banner?host=131056&size=full" border="0">' +
	'</a>' +
	'<!--End ClickThru Banner HTML-->' ;

	var exn = exArray[ getRandom ( maxex ) ];
	if (ns4)
	{
		document.writeln( exn );
//		var l = document.exchangeblock.document;
//        l.write(exn);
//		l.close();
	}
	else
		if (ie4) document.all["exchangeblock"].innerHTML = exn;

}

function refreshexchange()
{
	writeexchange();
	if (ie4) setTimeout("refreshexchange()", 59000);
}