var win = null;
function NewWindow(myid,mydetail,myheader,myfooter){
settings = 'height=520,width=500,top=0,left=0,scrollbars=yes,resizable';
mystory= 'http://www.c-box.co.uk/cgi-bin/item.cgi?id='+ myid + '&d=' + mydetail + '&h=' + myheader + '&f=' +myfooter + '&dateformat=%o-%B-%Y';
win = window.open(mystory,'news',settings);
}
document.writeln("<table border=0 cellpadding=2 cellspacing=0>");

document.writeln("<tr><td valign='top' align='left'>8-02-2010 <br /><a href='#' onclick='NewWindow(30655, 101, 555, 555); return false'>Pay likely to remain under pressure</a></td></tr>");

document.writeln("<tr><td valign='top' align='left'>8-02-2010 <br /><a href='#' onclick='NewWindow(30654, 101, 555, 555); return false'>Savers turn to investment funds</a></td></tr>");

document.writeln("<tr><td valign='top' align='left'>5-02-2010 <br /><a href='#' onclick='NewWindow(30641, 101, 555, 555); return false'>Government training scheme &quot;helped&quot; during the recession</a></td></tr>");

document.writeln("</table>");
