// JavaScript Document

//Load image

window.rndimgrefresh = 20000;

function reload_gallery_image(){
	//$("#pressButton").hide().show();
	document.pressButton.src = '/templates/blackbeauty/images/template_press.gif';
	clearInterval(pictimer);
	$("#rndimage").load("http://www.barnetandfinchleyphotosoc.co.uk/system/modules/gallery/templates/external_random_image.php",'',gal_reload);

}

function gal_reload(){
	// If this is run image loaded ok so restart timer
	pictimer = setInterval(reload_gallery_image,window.rndimgrefresh);
}
anigif = new Image;
origgif = new Image;
//anigif.src = '/templates/blackbeauty/images/template_press.gif';

$(document).ready(function(){
pictimer = setInterval(reload_gallery_image,window.rndimgrefresh);

});


