$(document).ready(function() { 
    
$('.buy a, .twitter-button, .fbshare').css({'backgroundColor':'#333'});

$('.buy a, .twitter-button, .fbshare').hoverIntent(function() {
  $(this).animate({backgroundColor: '#555' }, 'normal')
						   }, function() {
  $(this).animate({backgroundColor: '#333'}, 'normal'); 
						   });


function openWindow(theURL,title,w,h)  {
var left = (screen.width/2)-(w/2);
var top = (screen.height/2)-(h/2);
var targetWin = window.open (theURL, title, 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width='+w+', height='+h+', top='+top+', left='+left);
}


$.getJSON("http://pipes.yahoo.com/pipes/pipe.run?_id=aefe8f1d05d73a622ebc8439583fa6ff&_render=json&_callback=?", function(data) {
 $.each(data.value.items, function() {
 $('<span></span>')
  .append('<li><a href="' + this.url + '" target="_blank"><img class="cover" src="' + this.large_art_url + '" /></a><p class="title">' + this.title + '</p><p class="buy"><a href="' + this.url + '" target="_blank">Listen &amp; Buy</a></p><a href="javascript:void(0);"  onclick="openWindow(\'http://twitter.com/share?url=' + this.url + '\', \'follow\',530,340);"><img class="twitter-button" src="_images/twitter.png" /></a><a href="javascript:void(0);"  onclick="openWindow(\'http://www.facebook.com/sharer.php?u=' + this.url + '\', \'follow\',530,340);"><img class="fbshare" src="_images/facebook.png" /></a></li>')
  .appendTo('#releases .wrap');
});
});




$.getJSON("http://pipes.yahoo.com/pipes/pipe.run?_id=398d574e16d3ab7970c3ce530886ff9c&_render=json&_callback=?", function(obj) {
 $.each(obj.value.items, function() {
 $('<div class="video"></div>')
 .append('<span class="thumb vid" style="background: url(' + this["media:group"]["media:thumbnail"][0].url + ') no-repeat center;"><span class="title"><a href=" ' + this["media:group"]["media:player"].url + '" class="vidtitle">Watch ' + this["media:group"]["media:title"].content + '</a><a href="http://twitter.com/share" class="twitter-share-button" data-url="' + this["media:group"]["media:player"].url + '" data-text="' + this["media:group"]["media:title"].content + '" data-count="none" data-via="longwavetheband">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="' + this["media:group"]["media:player"].url + '" layout="button_count" show_faces="false" width="100" action="recommend" font=""></fb:like></span></span>')
  .appendTo('#videos');
  
  
    $('#videos a').click(function() {
                 $.fancybox({
                  'padding'             : 0,
                  'autoScale'   		: false,
                  'transitionIn'        : 'none',
                  'transitionOut'       : 'none',
                  'title'               : this.title,
                  'width'               : 680,
                  'height'              : 383,
				  'href'				: this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
                  'type'                : 'swf', 
                  'swf'                 : {'allowfullscreen':'true'}
                  });
                 return false;

            }); 
  
  
});
 



//end videos
});




//end jquery
}); 

