Over the rooftops, into the seaAlong the highway like a bumblebeeOver the sandbox, into the woodsI wear my feathers, i am robin hoodI will run like an indian tomorrowInto the ocean and to the shoreI'm riding horses where the wild things grow i am a scare Crow, i am athief i wear my feathers, i am robin hoodI will run like an indian tomorrowIm a wild willow, willow for a while
$(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');
});
});
1 | Lover, Where Do You Live? |
2 | Since Last Wednesday |
3 | Hiroshima |
4 | Someone Who'll Get It |
5 | 5 Million Miles |