// Dx Sponsors

var linkSponsors = new Array();


linkSponsors[linkSponsors.length] = '<a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=912053&PA=129141" target=_blank><img src="../../_banners/xxx3d-04.gif" width=468 height=120 border=0></a>';
linkSponsors[linkSponsors.length] = '<a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=912053&PA=129141" target=_blank><img src="../../_banners/468-011.gif" width=468 height=80 border=0></a>';
linkSponsors[linkSponsors.length] = '<a href="http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=912053&PA=129141" target=_blank><img src="../../_banners/468-02.gif" width=468 height=60 border=0></a>';

var rndSponsor = Math.round( Math.random()*(linkSponsors.length-1));

function DxSponsor(){
	document.write(linkSponsors[rndSponsor]);
};
