MICHELLE BRANCH - Mastermind lyrics
rate me...self-controlYou keep it runningLike a junkyard stereoA can of oilAnd she's ready to goYeah, you want it allEven the death of glory (either death or glory?)(side of the road?)It's getting hot so...?[Refrain]The sun comes upYou turn me onLike I knew you wouldWhen it's darkYou turn me offBaby you're no goodI don't know if I canStay right where I amSo turn me looseIt's a part of your planYou're a mastermindYou know you've always been the fortunate one...yeah you were bad newsSince the day you were bornNow you caught me ?...track...backNow you're giving me a heart attackI'm not the only oneYeah you're a vagabond baby[Refrain][...]
$(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');
});
});