/*
	Created by:
	Created for: world-direct eBusiness solutions GmbH
	Client:
	Description: JavaScript for uitotop javascript
	Copyright: (C) world-direct eBusiness solutions GmbH 2011
*/

// jQuery's noConflict mode is used instead of the $
var J = jQuery.noConflict();

/* when the document is ready */
jQuery(document).ready(function()
{
	//-------------------------------------------------------------------
	// Call UI to top plugin
	J().UItoTop({ easingType: 'easeOutQuart' });
});
