
$(document).ready(function() {
	$('#floatingbar').css({height: 0}).animate({ height: '50' }, 'slow');
	});
$(document).ready(function(){
	$("#parent2").wslide({
		width: 580,
		height: 300,
		pos: 1,
		horiz: true
		});
	});


