var writeExternalContent ='';

today=new Date();

DT1=new Date(2009,10,3);
DT2=new Date(2009,10,6);
DT3=new Date(2009,10,10);
DT4=new Date(2009,10,15);
DT5=new Date(2009,10,15);
DT6=new Date(2009,10,15);
DT7=new Date(2009,10,15);


if ((colrcode<1)||(colrcode>9)) {
   writeExternalContent += '<link rel="stylesheet" type="text/css" title="default" media="screen" href="colorstyle1.css">';
}
else if (colrcode==9) {
   writeExternalContent += '<link rel="stylesheet" title="Colorstyle" media="screen, print" href="colorstyle9.css">';
}
else if (colrcode==8) {
   writeExternalContent += '<link rel="stylesheet" title="Colorstyle" media="screen, print" href="colorstyle8.css">';
}
else if (colrcode==7) {
   writeExternalContent += '<link rel="stylesheet" title="Colorstyle" media="screen, print" href="colorstyle7.css">';
}
else if (colrcode==6) {
   writeExternalContent += '<link rel="stylesheet" title="Colorstyle" media="screen, print" href="colorstyle6.css">';
}
else if (colrcode==5) {
   writeExternalContent += '<link rel="stylesheet" title="Colorstyle" media="screen, print" href="colorstyle5.css">';
}
else if (colrcode==4) {
   writeExternalContent += '<link rel="stylesheet" title="Colorstyle" media="screen, print" href="colorstyle4.css">';

}
else if (colrcode==3) {
   writeExternalContent += '<link rel="stylesheet" title="Colorstyle" media="screen, print" href="colorstyle3.css">';
}
else if (colrcode==2) {
   writeExternalContent += '<link rel="stylesheet" title="Colorstyle" media="screen, print" href="colorstyle2.css">';
}
else if (colrcode==1) {
   writeExternalContent += '<link rel="stylesheet" type="text/css" title="default" media="screen, print" href="colorstyle1.css">';
} 

else  {
   writeExternalContent += '<link rel="stylesheet" title="Colorstyle" media="screen, print" href="colorstyle1.css">';
} 

/* writeExternalContent += '<link rel="stylesheet" title="Colorstyle" href="colorstyle2.css">';  */

document.writeln(writeExternalContent);
