наверно вот так
$(function(){
var peremen = $('.dn');

function doMagic(element, timeout) {
if(!timeout)timeout = 1;
setTimeout(function(){
...