/** Generated on Saturday July 31, 2010 04:00AM */
try {
	var pl007TargetURL = "http://postlearn.com";
	var pl007AffiliateInfo	= document.getElementById("pl007AffiliateIDTag");
	eval(pl007AffiliateInfo.innerHTML); //affiliate key and limit
	
	document.write("<div style='width:150px;'>");
		document.write("<p>");
		document.write("<a href='"+pl007TargetURL+"/?affiliate="+pl007AffiliateKey+"'>");
			document.write("<img src='"+pl007TargetURL+"/images/pl-chicklet.png' style='width:150px;border:none;'/>");
		document.write("</a>");
	
		var pl007Jobs = [
			
				[138763, "Classroom Technology Integration Specialist ", "Become part of the eVermont School Modernization Initiative at Digital Wis...", "02 Jul 17:13"],
			
				[10, "Library Media Specialist", "Position Title Library Media Specialist 20092010 Anticipated Vacancies...", "29 Dec 18:54"],
			
				[5, "Distance Education Specialist", "Job Title Distance Education SpecialistDepartment Research Evaluation ...", "02 Feb 17:19"],
			
				[12, "Certified Teachers", "Job DescriptionTeacherNex is an initiative of The New Teacher Project that...", "03 Dec 18:40"],
			
				[150125, "Instructional Designer", "Reporting to the Director of eLearning the Instructional Designer provides...", "13 Jul 12:07"],
			
			[0,"","", ""]
		]; 
		var pl007JobLength = (pl007Jobs.length > pl007Limit) ? pl007Limit : pl007Jobs.length; 
		document.write("<div>");
			for(i=0;i<pl007JobLength-1;i++){ pl007WriteJobJS(pl007Jobs[i]); }
		document.write("<small style='color:gray;'>Ads by <a href='"+pl007TargetURL+"/?affiliate="+pl007AffiliateKey+"'>PostLearn</a></small>");	
		document.write("</div>");

	document.write("<div style='clear:both'></div></div>");
//that's all folks
} catch(err) {}
function pl007WriteJobJS(job){
	document.write("<div style='border-bottom:dotted 1px #ccc;'>");
    document.write("<img src='http://counter.postlearn.com/code/counter.gif?job_id="+job[0]+"'>");
		document.write("<a style='color:blue;text-decoration:underline;' href='"+pl007TargetURL+"/jobs/"+job[0]+"?affiliate="+pl007AffiliateKey+"'>"+job[1]+"</a><br/>");
		document.write("<small>"+job[3]+"</small><p>"+job[2]+"</p>");
	document.write("</div>");	
}