jQuery.noConflict();
jQuery(function(){
jQuery('#float').gradient({
from: 'ff5500',
to: 'ffffff',
direction: 'horizontal'
});
jQuery('#k-float').gradient({
from: '66FFFF',
to: 'ffffff',
direction: 'horizontal'
});
});
