Radical Noise - Burn A Fire lyrics
rate meWe put the hate in itWe're against to fit with the given limitsWe will pump more blood into your veinsBecause the action brings reactionWe will see the other side of medallionNever mind the "life-size" you believeThere's no escape from the real world (Oi! oi! )Your spiritual guidance must be your right against theWallTitans are on their way resisting zeusThe power of self-expression can not be controlledWe'll burn, burn a fire
$(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');
});
});