topical media & game development
#create-index.cfg / cfg
<slide id=slogan-index color=silver>
<s><p align=right><a href=@slide-js-slogan-vip.html>creative technology</a> / <a href=@slide-inspire-phrase.html>new media</p></s>
<s><pre>
</pre></s>
<s><center></s>
<em>
<a class=slogan href=@slide-slogan-index.html>
<font color=black>
<s><font color=red></s>
<span class=slogan id=slogan></span>
<s></font></s>
</font>
</a>
</em>
<s></center></s>
<%^>
<script>
slogans0 = 'in every scientist is a (hidden) artist';
slogans1 = 'craftmanship -- in discovering the rethorics of the material';
slogans2 = 'social processes to innovate technology';
slogans3 = 'exploratory development -- to discover the potential(s) of technology';
slogans4 = 'everything is intertwinkled -- you see/make it twinkle';
slogans5 = 'creative (application of) technology';
slogans6 = 'in every scientist there is an artist, in every artist there is a scientist';
slogans7 = 'application(s) -- in a participatory (playful) culture';
slogans8 = 'technology to innovate social processes';
slogans9 = 'imagination -- mixing science and art';
var max = 10;
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()',5000);
}
print_slogan();
</script>
</slide>
(C) Æliens
04/09/2009
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.
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-2780434-1";
urchinTracker();
</script>