
	var topjobs_html = '';
	topjobs_html += '<img src="http://jobs.wenatcheeworld.com/static/img/topjobs_header.png">';
	topjobs_html += '<div id="top_jobs_positions">'
	
	topjobs_html += '<div class="top_jobs_title"><a href="http://jobs.wenatcheeworld.com/listings/seasonal-park-aides_1/">Seasonal Park Aides</a></div>';
	topjobs_html += '<span class="top_jobs_employer">Chelan Co. PUD</span><span class="top_jobs_category">General</span><br />';
	topjobs_html += 'General\x0ASeasonal Park Aides\x0A\x0APerform custodial and landscape maintenance job duties at Walla Walla, Rocky Reach or Beebe/Chelan Parks.   Vis';
	
	topjobs_html += '<div class="top_jobs_title"><a href="http://jobs.wenatcheeworld.com/listings/media-techinican-supervisor/">Media Techinican Supervisor</a></div>';
	topjobs_html += '<span class="top_jobs_employer">Wenatchee Valley College</span><span class="top_jobs_category">General</span><br />';
	topjobs_html += 'General\x0AMEDIA TECHNICIAN SUPERVISOR\x0A(Wenatchee campus)\x0AStarts at $2,789 per month plus benefits. For application materials, qualifications a';
	
	topjobs_html += '<div class="top_jobs_title"><a href="http://jobs.wenatcheeworld.com/listings/executive-director_1/">Executive Director</a></div>';
	topjobs_html += '<span class="top_jobs_employer">Performing Arts Center</span><span class="top_jobs_category">General</span><br />';
	topjobs_html += 'General\x0A\x0A Executive Director\x0APerforming Arts Center of Wenatchee\x0AA full\x2Dtime position responsible for managing all aspects of the operations';
	
	topjobs_html += '</div>'

	$("#top_jobs").empty().append(topjobs_html);
	$(".top_jobs_title").css({
		'text-align': 'center',
		'width': '100%',
		'padding-bottom': '3px',
		'padding-top': '3px',
	});
	$(".top_jobs_title a").css({
		'color': '#333',
		'font-size': '1.1em',
		'font-weight': 'bold',
		'text-decoration': 'none',
	});
	$(".top_jobs_employer").css({
		'font-weight': 'bold',
		'font-size': '.8em',
		'color': '#555',
		'float': 'left',
	});
	$(".top_jobs_category").css({
		'float': 'right',
		'color': '#555',
		'text-decoration': 'none',
		'font-weight': 'bold',
		'font-size': '.8em',
		'float': 'right',
	});
	$("#top_jobs_positions").css({
		'padding': '10px',
		'background-color': '#EDFDDB',
	    'border': '2px solid #adca28',
	    'border-top': 'none',
	    'margin-top': '-4px',
	});
	$("#top_jobs").css({
	    'display': 'block',
	});
