var jobs = [{"id":"187","type_id":"3","category_id":"16","category_name":"Other","company":"AviationBlogs","url":"","title":"$50 For The Best Aviation Blog Posts -September 2010","url_title":"50-for-the-best-aviation-blog-posts-september-2010-at-aviationblogs","location":"","location_outside_ro":"","is_location_anywhere":true,"description":"*If you need a little extra cash and have some free time why not post a few aviation blog posts and you will have a chance to win up to $50(PayPal).*\r\n\r\n On October 1st 2010 we will randomly choose 5 blog posts from September 2010.  Each one of the blog post authors will receive $10 (PayPal).  \r\n\r\n\r\n*What kind of content are we looking for?*\r\n\r\n\u2022\tGeneral Aviation\r\n\u2022\tFlight Training\r\n\u2022\tPilot Products\r\n\u2022\tiPhone App Reviews\r\n\u2022\tAviation Product Reviews\r\n\u2022\tAnd a lot more\r\n\r\n*How do we choose the top 5 posts?*\r\n\r\n\u2022\tWe will pick 5 random blog posts.\r\n\u2022\tEach blog post must have Unique Content -Don\u2019t steal other peoples work, write everything in your own words.\r\n\u2022\tWe will also look to see if you have any pictures or videos in your blog post.\r\n\r\n_Please do not try to post about aviation accidents._\r\n\r\n*If you are interested reply to this job posting with your email address and we will send you more details.*\r\n\r\nThank You\r\n","created_on":"06-09-2010","closed_on":"2010-10-06 11:41:37","apply":"","views_count":"15","auth":"6affbc38c042e4695be1d34382f1bf96","city_id":null,"mysql_date":"2010-09-06 11:41:37","poster_email":"airadventure82@aol.com","apply_online":"1","is_active":"1","days_old":"2","is_spotlight":"1","type_name":"Freelance","type_var_name":"freelance"}];
		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://www.flightschooljobs.com/job/" + jobs[j].id + "/" + jobs[j].url_title + "//\">" + jobs[j].title + " la " + jobs[j].company + "</a></li>";
				html += "<li><a target=\"_blank\" href=\"http://www.flightschooljobs.com/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>");
			}
		}