SLAUGHTERHOUSE - The Slaughter (intro) lyrics
rate meWho the fuck wanna get it on? {*pig squealing*}Get shitted on, ten minutes long {*loud chainsaw*}Oh fuck! {*various violent butchering*}Get shitted on, ten minutes longA few minutes featured, then they gone{*gradually fades to a live performance*}Fuck rap, I'm not dealin with itI carve kindness on a bullet, and kill you with itYour mom's a slut {*mic gets cut off, weapons sound*}{*people screaming as a chainsaw revs up*}{*gunshot*}What is an emcee?An emcee, is a soldierWho never backs down from any challengeFrom any cipherWell this is the title that was given to usSlaughterhouse - no fake emcees allowed
$(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');
});
});