hover_replaceTitlesByTags('img,span,a', "'trail', true ");

var hover = {
'span.hover1' : function(element) {
 element.onmouseover = function(event) {
  domTT_activate(this, event,   'content', 'The Dog That Ended The Universe',   'trail', true   );
 }
}
,'span.hover2' : function(element) {
 element.onmouseover = function(event) {
  domTT_activate(this, event,   'content', 'REAPER is a digital audio workstation: a complete multitrack audio and MIDI recording, editing, processing, mixing, and mastering environment.<br/> <div class="hover-websnapr"><div class="hover-websnapr-spinner"><\/div><img src=http://images.websnapr.com/?size=s&amp;url=http%3A%2F%2Fwww.reaper.fm class="hover-websnapr-img" /><\/div>',   'trail', true   );
 }
}
,'span.hover3' : function(element) {
 element.onmouseover = function(event) {
  domTT_activate(this, event,   'content', 'I.T. Professional by day, Amateur Composer by night. Labby Road is my journey back to creativity. <br/><br/>Hear my songs ... Read my posts ... Share your thoughts ... Come walk the road with me!<br/> <div class="hover-websnapr"><div class="hover-websnapr-spinner"><\/div><img src=http://images.websnapr.com/?size=s&amp;url=http%3A%2F%2Flabbyroad.ca%2Flabby%2F class="hover-websnapr-img" /><\/div>',   'trail', true   );
 }
}
,'span.hover4' : function(element) {
 element.onmouseover = function(event) {
  domTT_activate(this, event,   'content', 'Canadian Radio-Television and Telecommunications Comission<br/> <div class="hover-websnapr"><div class="hover-websnapr-spinner"><\/div><img src=http://images.websnapr.com/?size=s&amp;url=http%3A%2F%2Fwww.crtc.gc.ca%2Feng%2Fhome-accueil.htm class="hover-websnapr-img" /><\/div>',   'trail', true   );
 }
}
};

Behaviour.register(hover);

