$(window).load(function() {
	/*--------------------------*/
	/*-----Youtube Playlist-----*/
	/*--------------------------*/
	$(function() {
		$("ul.playlist").ytplaylist({addThumbs:true, thumbSize: 'small', autoPlay: false, holderId: 'video', playerWidth: '', playerHeight: ''});
	});
	/*-----------------------------*/
	/*-----SEA OF CLOUDS TWEET-----*/
	/*-----------------------------*/
	$("#tweet").tweet({
		avatar_size: 40,
		count: 8,
		query: "#BigBlueTest",
		loading_text: "Loading Tweets..."
	});
});

