jQuery.noConflict();
jQuery(document).ready(function($){

/*
 * Function to start slider 16 to 20
 */
//<![CDATA[

	$(document).ready(function() {
	    var imagePath = RwGet.pathto('images/editable_images/','banner_');
	    
	    $('<div id="featured"><img src="' + imagePath + '16.jpg" /><img src="' + imagePath + '17.jpg" /><img src="' + imagePath + '18.jpg" /><img src="' + imagePath + '19.jpg" /><img src="' + imagePath + '20.jpg" /></div>').appendTo('#banner');
	    
	});

//]]>

});
