// Cliqon User Javascript Routines
$(document).ready(function(){
	// include extra jQuery Scripts here
 	$.scriptPath = rootpath + "includes/jquery/";
	jQuery.require([
		'jquery.dropshadow.js',
		'jquery.fonteffect.min.js'
	]);	
		
	$(".gradient").prepend("<span></span>");
	
});
