<!--
castNow= new Date();
castRandom= castNow.getTime();
castRandom= (castRandom/100) % 10;
if (castRandom <=10.0)
{
document.write("<iframe frameborder=0 scrolling=no src=/ads/adtegrity120600.htm height=600 width=120></iframe>");
}
else if (castRandom <=6.0)
{
document.write("<iframe frameborder=0 scrolling=no src=/ads/120600right.htm height=600 width=120></iframe>");
}
else
{
document.write("<iframe frameborder=0 scrolling=no src=/ads/120600right.htm height=600 width=120></iframe>");
}
//-->