// Caged Fish Functions

function jigcomplete(){
	var urlstring;
	urlstring = "http://91.102.64.137/$sitepreview/cagedfish.co.uk/fun/well_done.html";
	myLightWindow.activateWindow({href: urlstring, title: '',type: 'external',height: 580, width: 500});
}
function jiglw(urlx){
	var urlstring;
	urlstring = "http://91.102.64.137/$sitepreview/cagedfish.co.uk/fun/" + urlx + "";
	myLightWindow.activateWindow({href: urlstring, title: '',type: 'media',height: 580, width: 500});
}
