Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2013
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $(function() {
  2.     if(careful) {
  3.         var chhu = new ChaHu(150); chhu = $(chhu); //Number sets volume (ml)
  4.         var chhe = new Chahe(); chhe = $(chhe);
  5.         var chhj = new Chahaj(150); chhj = $(chhj); //Number sets volume (ml)
  6.         var chbn = new Chaban(); chbn = $(chbn);
  7.         var chbe = ['Vejsjanbej', 'Pinminbej', 'Chatou']; //Chabej
  8.         var chtzn = ['Tongs', 'Trowel', 'Funnel', 'Needle']; //Chatzun
  9.         var ln = new Ulun();
  10.         var jnhb = new Janhubi();
  11.         var chbu = new Chabu();
  12.         var wtr = new Water('Spring');
  13.         var tpt = new Teapot(1700); tpt = $(tpt); //Number sets volume (ml)
  14.         var thrms = new Thermos(); thrms = $(thrms);
  15.         var gsrng = new Gasring(95); gsrng = $(gsrng); //Number sets temperature (C)
  16.         var i, call;
  17.         var chgn = new Chaeguan(); chgn = $(chgn);
  18.        
  19.         $(this).relax($('#soul'), $('#body'));
  20.         gsrng.append(tpt.data(wtr));
  21.         gsrng.set(0);
  22.         thrms.data(tpt.contents());
  23.         chbn.append(chhu); chbn.append(chhj); chbn.append(chbe);
  24.         chbe.data(chhj.data(chhu.data(thrms.contents()).contents()).contents());
  25.         tpt.wrap(chbe.contents());
  26.         $(chtzn[1]).append(ln);
  27.         chhe.data($(chtzn[1]).contents());
  28.         chhe.append($('#body nose')); $('#body nose').breathe(45); //Time (s)
  29.         chhu.data(($(chtzn[2]).data(chhe.contents())).contents());
  30.         chhu.remove(chtzn[2]);
  31.         chhu.wrap(chbu);
  32.         for(i=0; i<45; i++) { chhu.click(); }
  33.         chbn.data(chhj.data(chhu.data(thrms.contents()).contents()).contents());
  34.         chhu.data(thrms.contents());
  35.         call = function() { $(this).relax(); }; setTimeout(call, 30000); //Time (ms)
  36.         $(chbe[0]).data(chhj.data(chhu.contents()).contents());
  37.         $(chbe[0]).append(chbe[1]).flip();
  38.         $(chbe[1]).remove(chbe[0]);
  39.         $(chbe[0]).append($('#body nose')); $('#body nose').breathe(5); //Time (s)
  40.         $('#body eyes').focus($(chbe[1]).css('color'));
  41.         $('#body').fadeOut(); $('#soul').show();
  42.         chhu.data(jnhb); chhu.remove(jnhb);
  43.         chhu.contents().append(chtzn[0]); chhu.remove(ln);
  44.         thrms.remove(wtr); chbn.remove(wtr);
  45.         location.reload();
  46.         chgn.append(ln);
  47.         return;
  48.     } else {
  49.         return false;
  50.     }
  51. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement