/* Random ICO Display v1.1
(aka Project: Random Eyes)
Copyright © 2005-2009 Rich Cmiel & Kellan Marcyniuk.
All Rights Reserved
http://TCF.EssentialKnights.COM

**This code is exclusive to Essential Knights
and TCF, and may not be used elsewhere without
the express Written Permission of BOTH
Rich Cmiel AND Kellan Marcyniuk.** */

   var ICOList=new Array("http://tcf.essentialknights.com/tcf_ico01.ico","http://tcf.essentialknights.com/tcf_ico02.ico","http://tcf.essentialknights.com/tcf_ico03.ico","http://tcf.essentialknights.com/tcf_ico04.ico","http://tcf.essentialknights.com/tcf_ico05.ico")
   var RN=Math.floor(Math.random()*ICOList.length)
   var RandomICO=ICOList[RN]

   document.write('<link rel="SHORTCUT ICON" href="'+RandomICO+'">')