/* ## Hans Reuffurth GmbH - Unternehmen für digitale Kommunikation ## */
var SCR_MT_RunMove = new Scroller('content', {area: 100, velocity: 0.1});
// Mousemove
$('content').addEvent('mouseover', SCR_MT_RunMove.start.bind(SCR_MT_RunMove));
$('content').addEvent('mouseout', SCR_MT_RunMove.stop.bind(SCR_MT_RunMove));

/* ##################################################### voxmedien ## */
