$(document).ready(function() {		
	jQuery("#makeMeScrollable").smoothDivScroll({autoScroll: "always", autoScrollSpeed: 1, autoScrollDirection: "backandforth", pauseAutoScroll: "mouseover"});				
	
	jQuery(".twitvidlink").click(function(event){
		event.preventDefault();
		//console.log(jQuery(this).attr("href"));
		var text = '<object width="366" height="296"><param name="movie" value="' + jQuery(this).attr("href") + '"></param><param name="allowFullScreen" value="true"></param> <embed type="application/x-shockwave-flash" src="' + jQuery(this).attr("href") + '" quality="high" allowscriptaccess="always" allowNetworking="all" allowfullscreen="true" wmode="transparent" height="296" width="366"></object>';
		document.getElementById('twitvid').innerHTML = text;
	});
	
	
})
