/* FLASH SLIDESHOW */
var flashvars = {xmlfile: "/feeds/slideshow.xml"};
var params = {
	wmode: "opaque",
	bgcolor: "000000"
};
var attributes = {};

// Embed Slideshow
swfobject.embedSWF("swf/site/slideshow.swf","splash","960","400","9.0.0","",flashvars,params,attributes);
// Embed Video
swfobject.embedSWF("http://www.youtube.com/v/g8tCKscXoeY","embed-video","100%","275","9.0.0","",flashvars,params,attributes);

$(document).ready ( function () {
	// Tweetdeck UI
	tweetdeck.ini();
	tweetdeck.delay = 10000;
	tweetdeck.offset = 100;
	tweetdeck.autoplay();
	$(".video-play").colorbox(COLORBOX_VIDEO_PLAYER);
});
