function headspace() {
	w=OpenScrollWindow('http://portfolio.blocmedia.com/mindgames/','HeadSpace',650,550);
	return false;
};
var $rand=Math.round(Math.random()*1)+1;
document.write('<a href="http://portfolio.blocmedia.com/mindgames/" target="_blank" onclick="return headspace()">');
document.write('<img alt="MINDgames: Head Space" src="http://jayisgames.com/images/headspace');
document.write($rand + '.jpg" align="right" class="rightimage" width="294" height="220" /></a>');
