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'>27-01-2012 <br /><a href='#' onclick='NewWindow(37489, 101, 555, 555); return false'>HMRC extends self-assessment deadline </a></td></tr>");

document.writeln("<tr><td valign='top' align='left'>27-01-2012 <br /><a href='#' onclick='NewWindow(37486, 101, 555, 555); return false'>Clegg: Income tax threshold should rise to &pound;10,000 faster</a></td></tr>");

document.writeln("<tr><td valign='top' align='left'>27-01-2012 <br /><a href='#' onclick='NewWindow(37485, 101, 555, 555); return false'>Company and commercial law in red tape spotlight</a></td></tr>");

document.writeln("</table>");

