var a = new Array();
var html;



//tb^[
a[a.length] = '<span><a href="http://www.milkjapan.com/" target="_top"><font color="#000033">(C)1997-2008 milk/green. All rights reserved.<br>Information on this site is for natural people in the world.</font></span></a>';



html = (a[Math.floor(Math.random() * a.length)]);

document.write(html);

