window.addEvent('domready',function(){
	var gRecentArticles = new moduleContentSwap({btnLeft:'RA-left',btnRight:'RA-right',contentTarget:'RecentArticles',contentURL:'/include/inc_module_getrecentarticles.asp',maxArticles:'10'});
	var gArticleShowcase = new moduleContentSwap({btnLeft:'AS-left',btnRight:'AS-right',contentTarget:'ArticleShowcase',contentURL:'/include/inc_module_getshowcasearticles.asp',maxArticles:'5'});	
	//var gMostPopularArticles = new moduleContentSwap({btnLeft:'MP-left',btnRight:'MP-right',contentTarget:'MostPopularArticles',contentURL:'/include/inc_module_getmostpopulararticles.asp',maxArticles:'10'});	
});