function plantmonth()
	{
	var x = Math.round(Math.random() * 2);
	if (x==0)
		{
		hpm.innerHTML = "<iframe scrolling='no' frameborder='no' width='250' height='265' valign='top' src='homepage/plant.htm'></iframe>";
		}
	else
		{
		hpm.innerHTML = "<iframe scrolling='no' frameborder='no' width='250' height='265' valign='top' src='homepage/garden.htm'></iframe>";
		}
	}

function events()
	{
	var x = Math.round(Math.random() * 6);
	if (x==0)
		{
		ev.innerHTML = "<iframe src='homepage/events/summer11.htm' scrolling='no' frameborder='no' width='450' height='265' valign='top'></iframe>";
		} 
	else if (x==1)
		{
		ev.innerHTML = "<iframe src='homepage/events/weekend10.htm' scrolling='no' frameborder='no' width='450' height='265' valign='top'></iframe>";
		} 
	else
		{
		ev.innerHTML = "<iframe src='homepage/events/geranium.htm' scrolling='no' frameborder='no' width='450' height='265' valign='top'></iframe>";
		} 
	} 


function groups()
	{
	var x = Math.round(Math.random() * 3);
	if (x==0)
		{
		grp.innerHTML = "<iframe src='homepage/shows/southport.htm' scrolling='no' frameborder='no' width='450' height='200' valign='top'></iframe>";
		} 
	else if (x==1)
		{
		grp.innerHTML = "<iframe src='homepage/shows/york.htm' scrolling='no' frameborder='no' width='450' height='200' valign='top'></iframe>";
		} 
	else
		{
		grp.innerHTML = "<iframe src='homepage/shows/tatton.htm' scrolling='no' frameborder='no' width='450' height='200' valign='top'></iframe>";
		} 
	} 

