window.addEvent('domready', function() {

	if($('colright_webcamthumb') != null) {
		$('colright_webcamthumb').set('src', $('colright_webcamthumb').get('src')+"?"+Math.floor(Math.random() * (100000 - 1)) + 1);
	}

});
