$(document).ready(function() {
	function runIt() { $("div.job1,div.job").delay(6000).slideToggle("slow", runIt); }
	runIt();
});
