var news1 =	
	"<p><a href=\"news.html#61208\">News</a> Ascendent ID updates product specification sheets</p>" +					
	"<div class=\"more\"><a href=\"news.html#61208\">more</a></div>";

///////////////////////////////////////////////
// Generic "write content into ID" function. //
///////////////////////////////////////////////
function WriteContentIntoID(id,content) {
	document.getElementById(id).innerHTML = content;
} // end of WriteContentIntoID()
