function golargeimage(oog,eeg,ig,imagealt)
{
var winpops=window.open("goimage.php?imagealt=" + imagealt + "&image=" + oog + "&width=" + eeg + "&height=" +ig,"","resizable=1,width=100,height=100")

return false;
}

function goflash()
{
	if ( MM_FlashCanPlay )
	{
document.getElementById("flash").innerHTML = "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='1000' height='200' id='banner' align='middle'><param name='allowScriptAccess' value='sameDomain' /><param name='movie' value='images/cbt-therapy-hypnotherapy.swf' /><param name='quality' value='high' /><param name='bgcolor' value='#ffffff' /><embed src='images/cbt-therapy-hypnotherapy.swf' quality='high' bgcolor='#ffffff' width='1000' height='200' name='banner' align='middle' allowScriptAccess='sameDomain' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /></object>";
	}
	else
	{
	document.getElementById("flash").innerHTML = "<img class='banner' height='245' width='895' src='images/home_banner.jpg' alt='Hypnotherapy' />";
	}
}






$(document).ready(function(){



$("#mytagcloud").load("tagcloud.php");


	$("#getintouch").hover(function() {
		$(this).attr("src","images/button-get-in-touch-on.png");
			}, function() {
		$(this).attr("src","images/button-get-in-touch.png");
	});


});



