$(document).ready(function() {
	$("a#info-open").click(function(){
		$("#maker-info-data").slideDown("slow");
		});
	$("a#info-close").click(function(){
		$("#maker-info-data").slideUp("slow");	
		});
	$("#maker-info-title a").click(function () {
		$("#maker-info-title a").toggle();
		});
	});
$(document).ready(function() {
	$('#floatingbar').css({height: 0}).animate({ height: '50' }, 'slow');
	});
$(document).ready(function(){
	$("#parent2").wslide({
		width: 580,
		height: 300,
		pos: 1,
		horiz: true
		});
	});
$(function(){
	$('#tweets').tweetable({username: 'qtvr_master', time: true, limit: 5});
	});
