var photon=0;
function toppageimagechange(a){
	a.firstChild.src='imagelibrary/index.php?'+(photon++);
	a.blur();
}