var cssmodel=''; function appendCss(cssid){ if (cssmodel.indexOf(cssid) == -1){ document.writeln(""); cssmodel = cssmodel + '|' + cssid; } } function appendwapCss(cssid){ if (cssmodel.indexOf(cssid) == -1){ document.writeln(""); cssmodel = cssmodel + '|' + cssid; } } function loadStyleString(cssText) { var style = document.createElement("style"); style.type = "text/css"; try{ style.appendChild(document.createTextNode(cssText)); }catch(ex) { style.styleSheet.cssText = cssText; } document.getElementsByTagName("head")[0].appendChild(style); } appendCss("inc"); appendCss("pc"); appendCss('9004'); appendCss('2011'); appendCss('6018'); appendCss('2004'); appendCss('3031'); appendCss('2026'); appendCss('4015'); appendCss('2008'); appendCss('6006'); appendCss('9002'); var css = ''; loadStyleString(css);