$(document).ready(function ()
{
    $(".trailer").fadeIn(500).append("<iframe width='950' height='564' src='http://www.youtube.com/embed/zGD73v_c2xg?rel=0&amp;hd=1' frameborder='0' allowfullscreen></iframe>");

    $(".trailer .close").click(function ()
    {
        $(".trailer").fadeOut(340);
    });
});
