function co210_getItemHTML(object) {
	html = '<a href="' + object.link + '">';
	html += '<img src="' + object.image + '" alt="" />';
	html += '<span class="co210-title-background">&nbsp;</span>';
	html += '<span class="co210-title">' + object.title + '</span>';
	html += '<span class="co210-subtitle-background">&nbsp;</span>';
	html += '<span class="co210-subtitle">' + object.subtitle + '</span>'
	html += '</a>';
	
	return html;
};

function co210_setHover() {
};
