$(function(){
  $('.showlightbox').lightBox();
  
  $('.newslist > ul li').click(function(){
	//$(this).css('background','red');
	//alert($('div.content > a',this).attr('href'));
	location.href=$('div.content > a',this).attr('href');
  });
  
  $('#topbannernewscontainer ul li').click(function(){
	//$(this).css('background','red');
	//alert($('div.content > a',this).attr('href'));
	location.href=$('div div span > a',this).attr('href');
  });
});
