
gfx=new Array()
wdh=new Array()
icn=new Array()
ico=new Array()

gfx[0]="Networking"
gfx[1]="For Recruiters"
gfx[2]="LinkedIn"
gfx[3]="Encyclopedia"
gfx[4]="QUANT JOBS"
gfx[5]="More Jobs"
gfx[6]="Web Analytics"
gfx[7]="Salary Surveys"
gfx[8]="AnalyticBridge"
gfx[9]="QUANT JOBS"

wdh[0]="http://www.analyticbridge.com?src=ds_ad"
wdh[1]="http://www.analyticbrain.com?src=ds_ad"
wdh[2]="http://www.datashaping.com/linkedin.shtml"
wdh[3]="http://www.datashaping.com/data_mining.shtml";
wdh[4]="http://www.quantster.com?src=datashaping"
wdh[5]="http://www.analyticgroup.com?src=datashaping"
wdh[6]="http://www.analyticcircle.com?source=datashaping"
wdh[7]="http://www.datashaping.com/resources.shtml"
wdh[8]="http://www.analyticbridge.com?rsc=ds_ad"
wdh[9]="http://www.quantster.com?src=datashaping"

icn[0]="http://www.datashaping.com/ds16x.gif"
icn[1]="http://www.datashaping.com/ds16x.gif"
icn[2]="http://www.datashaping.com/spacerblue.gif"
icn[3]="http://www.datashaping.com/spacerblue.gif"
icn[4]="http://www.datashaping.com/spacerblue.gif"
icn[5]="http://www.datashaping.com/spacerblue.gif"
icn[6]="http://www.datashaping.com/spacerblue.gif"
icn[7]="http://www.datashaping.com/spacerblue.gif"
icn[8]="http://www.datashaping.com/spacerblue.gif"
icn[9]="http://www.datashaping.com/spacerblue.gif"


rnd=Math.floor(Math.random()*10)
mul=31+Math.floor(Math.random()*9)
rnd1=rnd
rnd2=(1+rnd) % 10
rnd3=(2+rnd) % 10
rnd4=(3+rnd) % 10


mux=Math.floor(Math.random()*10)
muxs=mux.toString()
muy=Math.floor(Math.random()*10)
muys=mux.toString()

ico[0]="http://www.datashaping.com/spacerblue.gif?id=0&type=normal"
ico[1]="http://www.datashaping.com/spacerblue.gif?id=1&type=normal"
ico[2]="http://www.datashaping.com/spacerblue.gif?id=2&type=normal"
ico[3]="http://www.datashaping.com/spacerblue.gif?id=3&type=normal"
ico[4]="http://www.datashaping.com/spacerblue.gif?id=4&type=normal"
ico[5]="http://www.datashaping.com/spacerblue.gif?id=5&type=normal"
ico[6]="http://www.datashaping.com/spacerblue.gif?id=6&type=normal"
ico[7]="http://www.datashaping.com/spacerblue.gif?id=7&type=normal"
ico[8]="http://www.datashaping.com/spacerblue.gif?id=8&type=normal"
ico[9]="http://www.datashaping.com/spacerblue.gif?id=9&type=normal"
ico[mux]="http://www.datashaping.com/ds16x.gif?id="+ muxs + "&type=favicon"
ico[muy]="http://www.datashaping.com/ds16x.gif?id="+ muys + "&type=favicon"



document.writeln('<td class=navtable valign=center align=center width=25%><a href="'+wdh[rnd1]+'"><img src="'+ico[rnd1]+'" border=0 align=center>&nbsp;&nbsp; <u>'+gfx[rnd1]+'</a></td>')
document.writeln('<td class=navtable valign=center align=center width=25%><a href="'+wdh[rnd2]+'"><img src="'+ico[rnd2]+'" border=0 align=center>&nbsp;&nbsp; <u>'+gfx[rnd2]+'</a></td>')
document.writeln('<td class=navtable valign=center align=center width=25%><a href="'+wdh[rnd3]+'"><img src="'+ico[rnd3]+'" border=0 align=center>&nbsp;&nbsp; <u>'+gfx[rnd3]+'</a></td>')
document.writeln('<td class=navtable valign=center align=center width=25%><a href="'+wdh[rnd4]+'"><img src="'+ico[rnd4]+'" border=0 align=center>&nbsp;&nbsp; <u>'+gfx[rnd4]+'</a></td>')





