<!--

img = new Array();

img[0] = 'black';
img[1] = 'blue';
img[2] = 'cyan';
img[3] = 'green';
img[4] = 'pink';
img[5] = 'red';
img[6] = 'yellow';

n = Math.floor(Math.random()*img.length);

document.write("<link rel='icon' href='http://favicon.vq1015entry.com/"+img[n]+"/favicon.ico' type='image/x-icon' />");

//-->
