$(function() {
  var $home_top_text_image = $('#home_top_text_image');
  var $img = $('<img />');
  $img.attr('src', $home_top_text_image.attr('rel'));
  $home_top_text_image.parent().after($img);
  
  $(".faded").faded({
    speed: 300, crossfade: false, sequentialloading: true, autoplay: 6000});
  $(".faded li img").show();
  
  $('.video').each(function() {
    var id = $(this).attr('id');
    swfobject.embedSWF("http://www.youtube.com/v/"+id+"&enablejsapi=1&rel=0&fs=1", id, "580", "330", "10.0.0",
      "/flash/expressInstall.swf", {}, {"wmode": "transparent", "scale": "noscale", "salign": "lt", "allowfullscreen": true});
  })
})
