function winner(drop)
{
	location.href = 'http://www.grand-national-guide.co.uk/result.php?g=' + drop.options[drop.selectedIndex].value;
}

function pinstickers(drop)
{
	if(drop.options[drop.selectedIndex].value!='')
	{
		location.href ='http://www.grand-national-guide.co.uk/myhorse.php?x=' + drop.options[drop.selectedIndex].value;
	} else {
		return false;
	}
}
function stat(drop)
{
	val=drop.options[drop.selectedIndex].value;
	location.href = 'http://www.grand-national-guide.co.uk' + val;
}
