topical media & game development
[] readme course(s) preface I 1 2 II 3 4 III 5 6 7 IV 8 9 10 V 11 12 afterthought(s) appendix reference(s) example(s) resource(s) _

talk show tell print

phrase-inspire.cfg



  

display


  <center><em>
  <span id=slogan></span>
  </em></center>
  

script


  <script>
  slogans0 = 'inspiration by art';
  slogans1 = 'art must be beautiful -- identity';
  slogans2 = 'the aesthetics of our time (1) -- 9/11';
  slogans3 = 'nanowebbers -- rethorics of the medium';
  slogans4 = 'the aesthetics of our time (2) -- youtube';
  slogans5 = 'the new literacy -- games vs books';
  slogans6 = 'people keep asking me questions -- what, how and why';
  slogans7 = 'creative (application of) technology</a>';
  

function


  var max = 8;
  var timer;
  function print_slogan() {
  var i = Math.floor((Math.random() * 100) % max); 
  item = eval('slogans' + i); 
  slogan = document.getElementById('slogan');
  //document.write(item);
  slogan.innerHTML = item;
  timer = setTimeout('print_slogan()',3500);
  }
  
  print_slogan();
  </script>
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.