<!--
y = 0;

ad = new Array(y);
 ad[y++] = ' '
//Continue if more required
x = Math.floor(Math.random()*(y));
document.write(ad[x]);
// -->
