var jobs = [{"id":"76","type_id":"1","category_id":"15","category_name":"Technicians","company":"A Private Company","url":"http:\/\/","title":"Experienced European automotive technician needed","url_title":"experienced-european-automotive-technician-needed-at-a-private-company","location":"Portland, OR","location_outside_ro":"","is_location_anywhere":false,"description":"European automotive facility seeks a highly qualified and experienced full-time technician to add to our team. Must have previous dealership and\/or independent shop experience with diagnosis, maintenance, repairs, etc on; BMW, Mercedes, Audi, VW, Porsche, MINI.\r\n\r\nBeing in business for over 10years, we are looking for a long-term team member who is meticulous, professional, self-motivated, respectful, the best at what they do. We have high standards and we hope you have the same for yourself.\r\n\r\nEXCELLENT TOP PAY for the right team player. We also offer insurance(medical\/dental\/vision), paid vacation, other benefits, etc.\r\n\r\nWe look forward to hearing from you!\r\n","created_on":"01-16-2012","closed_on":"2012-02-15 18:50:12","apply":"","views_count":"8","auth":"cf7be4e3258fd8f4cc1f76994ff7a91e","city_id":"73","mysql_date":"2012-01-16 18:50:12","poster_email":"contact@matrixintegrated.cc","apply_online":"1","is_active":"1","days_old":"11","is_spotlight":"1","type_name":"Full-time","type_var_name":"fulltime"}];
		function showJobs(html_container, css_class)
		{
			var html = "<ul class=\"" + css_class + "\">";
			for (j = 0; j < jobs.length; j++)
			{
				//html += "<li><a target=\"_blank\" href=\"http://portlandautojobs.com/app/job/" + jobs[j].id + "/" + jobs[j].url_title + "//\">" + jobs[j].title + " la " + jobs[j].company + "</a></li>";
				html += "<li><a target=\"_blank\" href=\"http://portlandautojobs.com/app/job/" + jobs[j].id + "/" + jobs[j].url_title + "//\">" + jobs[j].title + " (" + jobs[j].location + ")</a></li>";
			}
			html += "</ul>";
			
			if (document.getElementById(html_container))
			{
				document.getElementById(html_container).innerHTML = html;	
			}
			else
			{
				document.write("<div id=\"" + html_container + "\">" + html + "</div>");
			}
		}
