Advertisement
Guest User

Untitled

a guest
May 14th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(function(){
  2.     setTimeout(function(){
  3.         $.notify({
  4.             inline: false,
  5.             href: 'http://dribbble.com/system/users/5227/screenshots/298369/hello_chicago_teaser.jpg?1319158366'
  6.         }, 30000)
  7.     }, 200000);
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement