﻿if (document.all)
{
document.createStyleSheet('/Webpub/Common/Css/Templet2/css/col2.css');
}
else
{
var style = document.createElement('link');
style.href = '/Webpub/Common/Css/Templet2/css/col2.css';
style.rel = 'stylesheet';
style.type = 'text/css';
document.getElementsByTagName('HEAD').item(0).appendChild(style);
}