/* MySite 2.0; copyright, 2000 RichInStyle.com. Do not use this script. Instead use the one at http://www.richinstyle.com/free/mysite.html, which is the same but has full instructions and is more customizable. */
a=document.cookie;

function r(b,d){i=a.indexOf(b);
if(i!=-1){s=i+d;
e=a.indexOf(';',s);
if(e==-1)e=a.length;
return unescape(a.substring(s,e));}
return '';}

function d(c){document.write(c);}

t=r('stylesheet=',11);
if(t!='')d('<LINK rel="stylesheet" type="text/css" href="/style/'+t+'.css">');
w=r('style=',6);
if(w!='')d(w);
m=r('custom=',7);
if(m!='')d(m);
