@ -31,7 +31,7 @@ var NotificationBase = new Class({
});
window.addEvent('load', function(){
self.startInterval.delay(2000, self)
self.startInterval.delay($(window).getSize().x <= 480 ? 2000 : 300, self)
},