document.write('<ul> <li><a href="others/contact.htm">Contact us</a></li> <li><a href="javascript:void(0); onclick=getPageHome();">Comments</a></li> <li class="last"><a href="rss/rss.xml">RSS Feed</a></li> </ul>');
jQuery.get("./rss/news.php", function(data){
//  document.getElementById('whatisnew').innerHTML=data;
$('#whatisnew').empty().append(data);
});


