 





 


	
	

	
	
	
	
	
	
	
	
	
	
	
	
	

	
	
	
	
	
	
			
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
		
		
	








// default the header image variable
var aveNews_header_image;


textOutput = '';


textOutput += '<table cellspacing="3" cellpadding="5" width="' + aveNews_width + '"';
	textOutput += ' style="text-align: justify; border:' + aveNews_border_width + ' ' + aveNews_border_style + ' ' + aveNews_border_color + ';';
	textOutput += ' font: ' + aveNews_font_style + ' ' + aveNews_font_weight + ' ' + aveNews_font_size + ' ' + aveNews_font_family + ';';
	textOutput += ' color: ' + aveNews_font_color + ';';
	textOutput += ' background-color:' + aveNews_bgColor + ';"';
textOutput += '>';



	textOutput += '<tr><td style="background-color: ' + aveNews_title_bgColor +'" align="center" colspan="2"><a href="http://' + aveNews_url + '/?cid=4E6982C6-2BF4-55D0-F1F5618D6B9A484E" target="_new" style="color:' + aveNews_font_color + ';">';
		if(aveNews_header_image && aveNews_header_image.length){
			textOutput += '<img src="' + aveNews_header_image + '" border="0" />';
		}else{
			textOutput += 'Top Ads';
		}
	textOutput += '</a></td></tr>';



if(aveNews_layout.toLowerCase() == 'horizontal'){
	textOutput += '<tr>';
}	



	
	
	
	
	if(aveNews_layout.toLowerCase() == 'vertical'){
		textOutput += '<tr>';
	}
	
		textOutput += '<td valign="top">';
			textOutput += '<a target="_new" style="color:' + aveNews_font_color + ';" href="http://' + aveNews_url + '/details.cfm?cid=4E6982C6-2BF4-55D0-F1F5618D6B9A484E&id=' + 2192831451 + '">';
				textOutput += '<strong>Sales Person Needed</strong> Whit Ash Furnishings is seeking highly m ...';
			textOutput += '</a>';
			
			
			
				textOutput += '<br /><div align="right"><a target="_new" href="http://' + aveNews_url + '/index.cfm?cid=4E6982C6-2BF4-55D0-F1F5618D6B9A484E&searchOnlineCategoryID=502">View All Help Wanted</a></div>';
			
		
		textOutput += '</td>';
		
	
	if(aveNews_layout.toLowerCase() == 'vertical'){
		textOutput += '</tr>';
	}

	
	
	
	
	if(aveNews_layout.toLowerCase() == 'vertical'){
		textOutput += '<tr>';
	}
	
		textOutput += '<td valign="top">';
			textOutput += '<a target="_new" style="color:' + aveNews_font_color + ';" href="http://' + aveNews_url + '/details.cfm?cid=4E6982C6-2BF4-55D0-F1F5618D6B9A484E&id=' + 2192831370 + '">';
				textOutput += '<strong>Guest Services - Front Desk</strong> The Hampton Inn Columbia - Northeast is ...';
			textOutput += '</a>';
			
			
			
				textOutput += '<br /><div align="right"><a target="_new" href="http://' + aveNews_url + '/index.cfm?cid=4E6982C6-2BF4-55D0-F1F5618D6B9A484E&searchOnlineCategoryID=502">View All Help Wanted</a></div>';
			
		
		textOutput += '</td>';
		
	
	if(aveNews_layout.toLowerCase() == 'vertical'){
		textOutput += '</tr>';
	}



if(aveNews_layout.toLowerCase() == 'horizontal'){
	textOutput += '</tr>';
}


textOutput += '</table>';


document.writeln(textOutput); 