document.write('<script type="text/javascript" src="js/slimbox.js" /></script>');
document.write('<link type="text/css" rel="stylesheet" href="' + cssPath + '../styles.css" />');
document.write('<link type="text/css" rel="stylesheet" href="' + cssPath + 'css/slimbox.css" />');
if (window.ie) {
    //document.write('<link type="text/css" rel="stylesheet" href="' + cssPath + 'ie.css" />');
    if (window.ie6) {
        document.write('<link type="text/css" rel="stylesheet" href="' + cssPath + 'ie6.css" />');
    }
    if (window.ie7) {
        //document.write('<link type="text/css" rel="stylesheet" href="' + cssPath + 'ie7.css" />');
    }
} 


