var ar = new Array( "Prices Are&nbsp;Subject To Change Without Notice."); var num = Math.floor(Math.random() * ar.length); document.write(ar[num]);
