If you find a video clip of the song on YouTube you can get the HTML code you need from there. The embed code is on the top right corner of the page. E.g. for :
http://www.youtube.com/watch?v=iim6s8Ea_bE
it's :
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/iim6s8Ea_bE&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iim6s8Ea_bE&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
Just paste it in your HTML page.
(Copy it from YouTube, not from here. YA removes parts of the code)