// JavaScript Document
//¹«ÓÃcss
document.write("<link rel='stylesheet' type='text/css' href='/publish/main/css/css.css' media='screen'/>");
document.write("<link rel='stylesheet' type='text/css' href='/publish/main/css/indextwain.css' media='screen'/>");
//default

document.write("<link rel='stylesheet' type='text/css' href='/publish/main/css/default.css' media='screen' />");
document.write("<link rel='stylesheet' type='text/css' href='/publish/main/css/indextwaindefault.css' media='screen'/>");
document.write("<link rel='stylesheet' type='text/css' href='/publish/main/css/indexfirst.css' media='screen'/>");

//red
document.write("<!--");

document.write("<link rel='stylesheet' type='text/css' href='/publish/main/css/red/default.css' media='screen'/>");
document.write("<link rel='stylesheet' type='text/css' href='/publish/main/css/red/redindexfirst.css' media='screen'/>");
document.write("<link rel='stylesheet' type='text/css' href='/publish/main/css/red/indextwaindefault.css' media='screen' />");
document.write("-->");

//blue
document.write("<!--");
document.write("<link rel='stylesheet' type='text/css' href='/publish/main/css/blue/default.css' media='screen' />");
document.write("<link rel='stylesheet' type='text/css' href='/publish/main/css/blue/redindexfirst.css' media='screen' />");
document.write("<link rel='stylesheet' type='text/css' href='/publish/main/css/blue/indextwaindefault.css' media='screen' />");
document.write("-->");


