function getUpdate(type, a, b) {
    if(type == 'item') {
	set_text();
    }
}


function set_text() {
    var tabs = $('#vid > ul').tabs();
    var index = tabs.data('selected.tabs');
    var embed = $("#embed" + index);
    var item = embed[0].getCurrentItem();
    $(".vidtitle").text(item.title);
}


function fix_stupid_swfs() {
    var swfs = ['http://e.blip.tv/scripts/flash/showplayer.swf?file=http%3A//blip.tv/bookmarks/rss/165124&showplayerpath=http%3A%2F%2Fblip.tv/scripts/flash/showplayer.swf&feedurl=http%3A//etsy.blip.tv/rss/flash&brandname=Subscribe%20to%20Etsy%20Videos!&brandlink=http%3A//tinyurl.com/2v75qw&enablejs=true&autostart=false', 
		'http://e.blip.tv/scripts/flash/showplayer.swf?file=http%3A//blip.tv/bookmarks/rss/180109&showplayerpath=http%3A%2F%2Fblip.tv/scripts/flash/showplayer.swf&feedurl=http%3A//etsy.blip.tv/rss/flash&brandname=Subscribe%20to%20Etsy%20Videos!&brandlink=http%3A//tinyurl.com/2v75qw&enablejs=true&autostart=false',
		'http://e.blip.tv/scripts/flash/showplayer.swf?file=http%3A//blip.tv/bookmarks/rss/171942&showplayerpath=http%3A%2F%2Fblip.tv/scripts/flash/showplayer.swf&feedurl=http%3A//etsy.blip.tv/rss/flash&brandname=Subscribe%20to%20Etsy%20Videos!&brandlink=http%3A//tinyurl.com/2v75qw&enablejs=true&autostart=false',
		'http://e.blip.tv/scripts/flash/showplayer.swf?file=http%3A//blip.tv/bookmarks/rss/177210&showplayerpath=http%3A%2F%2Fblip.tv/scripts/flash/showplayer.swf&feedurl=http%3A//etsy.blip.tv/rss/flash&brandname=Subscribe%20to%20Etsy%20Videos!&brandlink=http%3A//tinyurl.com/2v75qw&enablejs=true&autostart=false'];
    for(var i = 0; i < swfs.length; i++) {
	var so = new SWFObject(swfs[i], "x" + i, "565", "347", "8", "#ffffff");
	so.write("embed"+i);
    }
}