$(document).ready(function() {
						   
	$("#articleListBody").add_layer("url('images/articleListTopBg.jpg') top no-repeat");
	$("#articleListBody").add_layer("url('images/articleListBottomBg.jpg') bottom no-repeat");

});