var prefix = "mkstyle=";
var cookieStartIndex = document.cookie.indexOf(prefix);
var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length);
if (cookieEndIndex == -1)
cookieEndIndex = document.cookie.length;
var value=unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex));
if ((value !='1') & (value!='2') & (value!='3') & (value!='4') & (value!='5') & (value!='6') & (value!='7'))
document.write('<LINK REL=STYLESHEET TYPE=text/css HREF=style1.css>');
if (value=='1')
document.write('<link rel="stylesheet" type="text/css" href="http://arbitr.msk.ru/upload/styles/lore_x/stylesheets/-red.css" />');
if (value=='2')
document.write('<LINK REL=STYLESHEET TYPE=text/css HREF=style2.css>');
if (value=='3')
document.write('<LINK REL=STYLESHEET TYPE=text/css HREF=style3.css>');
if (value=='4')
document.write('<LINK REL=STYLESHEET TYPE=text/css HREF=style4.css>');
if (value=='5')
document.write('<LINK REL=STYLESHEET TYPE=text/css HREF=style5.css>');
if (value=='6')
document.write('<LINK REL=STYLESHEET TYPE=text/css HREF=style6.css>');
if (value=='7')
document.write('<LINK REL=STYLESHEET TYPE=text/css HREF=style7.css>');

