Raveonettes - Rebel Invasion lyrics
rate meThe rebel invasion, Jack Kerouaq is coolBlow, blow, blow safe, in heaven you rule...? visions of JackJack is safe, in heaven deadNeal is safe, in heaven deadAllan is safe, in heaven deadThe rebel invasion, Bert is coolBert is safe, in heaven dead
$(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');
});
});