window.onload = function() {
 var fileref=document.createElement('link');
 fileref.setAttribute('rel', 'stylesheet');
 fileref.setAttribute('type', 'text/css');
 fileref.setAttribute('href', 'jsdetect.php');
 document.getElementsByTagName("head")[0].appendChild(fileref);
}
