<!--
bg = new Array();
href = new Array();
alt = new Array();
bg[0] = '060817_keepthinking.jpg';
href[0] = 'http://www.xuthink.com/blogs/';
alt[0] = 'Thinktivity - Keep thinking.';
bg[1] = '060818_keepthinking_2.jpg';
href[1] = 'http://www.xuthink.com/blogs/';
alt[1] = 'Thinktivity - Keep thinking.';
bg[2] = '060818_keepthinking_3.jpg';
href[2] = 'http://www.xuthink.com/blogs/';
alt[2] = 'Thinktivity - Keep thinking.';
index = Math.floor(Math.random() * bg.length);
var output = '<div id="homeMainPicEdit" class="every-author">[<a href="http://www.xuthink.com/my/home_cover_add.cgi">Edit</a>]</div><a href="'+href[index]+'"><img src="http://www.xuthink.com/images/' + bg[index] + '" alt="' + alt[index] + '" /></a>';
function _gel(a){return document.getElementById?document.getElementById(a):null}
_gel('homeMainPic').innerHTML = output;
//-->