jQuery.noConflict();
jQuery(document).ready(function($){

/*
 * Function to start slider 1 to 5
 */
//<![CDATA[

	$(document).ready(function() {
	    var imagePath = RwGet.pathto('images/editable_images/','banner_');
	    
	    $('<div id="featured"><img src="' + imagePath + '1.jpg" /><img src="' + imagePath + '2.jpg" /><img src="' + imagePath + '3.jpg" /><img src="' + imagePath + '4.jpg" /><img src="' + imagePath + '5.jpg" /></div>').appendTo('#banner');
	        
	});

//]]>

});
