function getCPNews(document)
{
var news1Title = "CrossPointe News";
var news1Text = "Click here for the latest news about CrossPointe.net and CrossPointe Schools OnLine, your only full featured suite of Enterprise level administration for the Education Community \>\>";
var news1Link = "news.html";

var news2Title = "Look Inside";
var news2Text = "Get inside the action and behind the scenes of some of the latest exciting features of the CrossPointe technology world \>\>";
var news2Link = "innovations.html";

var news3Title = "Happy New Year!";
var news3Text = "CrossPointe would like to extend our warmest wishes this holiday season \>\>";
var news3Link = "holidays.html";

	document.writeln("<div id=\"accordion\" style=\"float:left; position:relative; top:270px; left:175px; width:410px;\"> ");
	document.writeln("  <dl class=\"accordion\" id=\"slider\"> ");
	document.writeln("    <dt>" + news1Title + "</dt> ");
	document.writeln("    <dd> ");
	document.writeln("      <span><a href=\"" + news1Link + "\">" + news1Text + " </a></span> ");
	document.writeln("    </dd> ");
	document.writeln("    <dt>" + news2Title + "</dt> ");
	document.writeln("    <dd> ");
	document.writeln("      <span><a href=\"" + news2Link + "\">" + news2Text + " </a></span> ");
	document.writeln("    </dd> ");
	document.writeln("    <dt>" + news3Title + "</dt> ");
	document.writeln("    <dd> ");
	document.writeln("      <span><a href=\"" + news3Link + "\">" + news3Text + " </a></span> ");
	document.writeln("    </dd> ");
	document.writeln("  </dl> ");
	document.writeln("</div> ");
}