// JavaScript Document

	$(document).ready(function(){
					   
	$("#extra_top").pause(1000).hide("slow");
$("#test1").pause(1500).show("slow");
	$("#test2").pause(2000).hide("slow");
	});
