    if(window.opera) {
             document.write('<link rel="stylesheet" type="text/css" href="css/cross.css" />');
    }
	
    var detect = navigator.userAgent.toLowerCase();
    if((detect.indexOf('safari')) != -1) {
               document.write('<link href="css/cross.css" rel="stylesheet" type="text/css" />');
    }
