/* MySite 2.1; copyright, 2000 RichInStyle.com. Downloadable from http://richinstyle.com/free/mysite.html.  You may use this script, but in all cases this message 
must remain intact. You may not alter any part of it other than the path assignment. */

/* Change this to the path to your style sheets. For example: path='/style/'; */
path='';

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="'+path+t+'.css">');
w=r('style=',6);
if(w!='')d(w);
m=r('custom=',7);
if(m!='')d(m);