
function image(){
	totalimg = 6;
	var number = Math.floor(Math.random()*totalimg)+1;
	
	document.writeln("<img src='http://www.sparkless.net/kim/images/"+number+".jpg' width=130 height=130 border=0 alt=KF>");
}