// JavaScript Document

function swapBGimage(image) {
	$('#supersize img').attr("src", image);	
	$('#supersize').resizenow(); 
}