YouTube embed Error



I'm looking at your page source and it reads as:
Code:
<object width=\"560\" height=\"315\"><param name=\"movie\" value=\"http://www.youtube.com/v/Il64oLobp38?version=3&hl=en_US&rel=0\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Il64oLobp38?version=3&hl=en_US&rel=0\" type=\"application/x-shockwave-flash\" width=\"560\" height=\"315\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>
Whereas it should read as:
Code:
<object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/Il64oLobp38?version=3&hl=en_US&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Il64oLobp38?version=3&hl=en_US&rel=0" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
Note the lack of backslashes \

Remove those, and you should be golden.