function quarkz() {
	w=OpenScrollWindow('http://www.mindistortion.tv/games/quarkz','Quarkz',800,600);
	return false;
};
var $rand=Math.round(Math.random()*2)+1;
document.write('<a href="http://www.mindistortion.tv/games/quarkz" target="_blank" onclick="return quarkz()">');
document.write('<img alt="Quarkz" src="http://jayisgames.com/images/quarkz');
document.write($rand + '.jpg" align="right" class="rightimage" width="258" height="258" /></a>');
