document.write("<table border='0' cellpadding='2' width='150' cellpadding='0'>");

	document.write("<tr><td><p>");
	
			//Current Year 2006 Links for Entertainment
			
			
			current_date = new Date();
			current_month = current_date.getMonth()+1;
			current_year = current_date.getYear();
			
			
			for(x=1;x<=current_month;x++){
			
				if(x=="1"){
				document.write('<a href="http://www.londonnet.co.uk/entertainment/'+current_year+'/jan/">&laquo; January '+current_year+'</a><br>');
				}else if(x=="2"){
				document.write('<a href="http://www.londonnet.co.uk/entertainment/'+current_year+'/feb/">&laquo; February '+current_year+'</a><br>');
				}else if(x=="3"){
				document.write('<a href="http://www.londonnet.co.uk/entertainment/'+current_year+'/mar/">&laquo; March '+current_year+'</a><br>');
				}else if(x=="4"){
				document.write('<a href="http://www.londonnet.co.uk/entertainment/'+current_year+'/apr/">&laquo; April '+current_year+'</a><br>');
				}else if(x=="5"){
				document.write('<a href="http://www.londonnet.co.uk/entertainment/'+current_year+'/may/">&laquo; May '+current_year+'</a><br>');
				}else if(x=="6"){
				document.write('<a href="http://www.londonnet.co.uk/entertainment/'+current_year+'/jun/">&laquo; June '+current_year+'</a><br>');
				}else if(x=="7"){
				document.write('<a href="http://www.londonnet.co.uk/entertainment/'+current_year+'/jul/">&laquo; July '+current_year+'</a><br>');
				}else if(x=="8"){
				document.write('<a href="http://www.londonnet.co.uk/entertainment/'+current_year+'/aug/">&laquo; August '+current_year+'</a><br>');
				}else if(x=="9"){
				document.write('<a href="http://www.londonnet.co.uk/entertainment/'+current_year+'/sep/">&laquo; September '+current_year+'</a><br>');
				}else if(x=="10"){
				document.write('<a href="http://www.londonnet.co.uk/entertainment/'+current_year+'/oct/">&laquo; October '+current_year+'</a><br>');
				}else if(x=="11"){
				document.write('<a href="http://www.londonnet.co.uk/entertainment/'+current_year+'/nov/">&laquo; November '+current_year+'</a><br>');
				}else if(x=="12"){
				document.write('<a href="http://www.londonnet.co.uk/entertainment/'+current_year+'/dec/">&laquo; December '+current_year+'</a><br>');
				}
			
			}
			
	document.write("</p></td></tr>");
document.write("</table>");