The idea of using delays or loops in ambient music goes back over 50 years to the time of the BBC Radiophonic Workshop, where tape loops were used to ...
LOVEYOU was a computer virus that hit numerous computers in 2000, when it was sent as an attachment to an email message with the text “ILOVEYOU” ...


$('#feature2').cycle({
fx: 'scrollRight',
timeout: 5000,
delay: -4000
});
$('#feature1').cycle({
fx: 'scrollDown',
timeout: 5000,
delay: -4000
});
$('#latest').cycle({
fx: 'scrollDown',
timeout: 3000,
delay: -1000
});
$('#leading').cycle({
fx: 'fade',
timeout: 6000,
delay: -4000
});
$('#large_banner').cycle({
fx: 'scrollDown',
delay: -8000
});
$('#long_banner').cycle({
fx: 'turnRight',
delay: -4000
});