Protector - Holy Inquisition lyrics
rate meMerciless onslaught - Insane aggressionPainful massacre - Sadistic tormentHoly inquisitionBored hangmans - Desirous monksFanatic bishops - Agitating cardinalsGreedy informers - Innocent defendantsCrazy judges - Drooling accusersChorusTortured minds - InquisitionAggressive flagellantsConflicting belief - InquisitionBurning crossesRepeat 1st verseWanton preachers - Laughing penitentsSmiling heretics - Praying believersDying witches - Crying sinnersDestroying hope - A pleased popeRepeat chorusRepeat 1st VerseRepeat 3rd verseRepeat chorus
$(document).ready(function() {
// put all your jQuery goodness in here.
// $("#myshare").hide();
$("#lyrics").mousemove(function(e){
$("#myshare").css({visibility:'visible'});
$("#myshare").css({left:$("#right_content").position().left-60,top:e.pageY-10});
$("#myshare").show();
// alert('r');
});
$("#lyrics").mouseout(function(e){
$("#myshare").hide();
// alert('d');
});
});