//mouse
//Circling text trail- Tim Tilton
//Website: http://www.tempermedia.com/
//Visit http://www.dynamicdrive.com for this script and more
function cursor_text_circle(){
// your message here
var msg='DEDI go BLOG'.split('').reverse().join('');
var font='Verdana,Arial';
var size=5; // up to seven
var color='#FF9900';
// This is not the rotation speed, its the reaction speed, keep low!
// Set this to 1 for just plain rotation...