/**
 * @author aschillinger
 * @descrip : generates a random number; uses number to write a css file with a generic bg. Used only as a fail safe (for pages w/o bg images)
 */
var nRand=Math.floor(Math.random()*6);
document.write('<link rel="stylesheet" href="http://www.adultswim.com/tools/xwiki/skins/toucan/genBg' + nRand + '.css" />')

