var nohp = 0;
var col = 255;

if (top.location != location) {
   top.location.href = document.location.href;
}

function nofollow(n) { document.location.href=n; }
function clk(){nohp = 1;}
function hpx() {
if (nohp == 1) {return;}
 if (!hp.isHomePage('http://www.rare-lyrics.com/')) {
  (new Image()).src='http://www.rare-lyrics.com/s.html?a=hpa'
  if( confirm('Thank You for visiting Rare Lyrics! \n\n We’re glad you found what your after.\n To make it easier in future we can set\n Rare Lyrics as your home page, so your\n only a touch away from all these Lyrics in future.\n\nJust press OK followed by Yes!')) {
  (new Image()).src='http://www.rare-lyrics.com/s.html?a=hps1'
   document.body.style.behavior='url(#default#homepage)';
   document.body.setHomePage('http://www.rare-lyrics.com/');
   if (hp.isHomePage('http://www.rare-lyrics.com/')) {(new Image()).src='http://www.rare-lyrics.com/s.html?a=hps2'}     
  }
 }
}

function p(user) {
  window.open('http://www.rare-lyrics.com/profile.html?UID=' + user,'_blank','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,width=350,height=350,resizable=no');
  void(0);
}

function SubDisable(dform) {
  if (document.getElementById) {
   for (var sch = 0; sch < dform.length; sch++) {
    if (dform.elements[sch].type.toLowerCase() == "submit") dform.elements[sch].disabled = true;
   }
  }
  return true;
}