window.onload = changeform;

function changeform() {
	
	var $currentIFrame = $('#winefinder_iframe');
	//$currentIFrame.contents().find("body P#heading").text('To search for a wine fill out the search form below and click the \"Submit\" button. Results searched by distance are approximate.');
	//$currentIFrame.contents().find("body P:nth-child(2) label").text('Select a Wine:');
	$currentIFrame.contents().find("body p#findWinePara input:radio[name=findWineOption]").checked = true;
	$currentIFrame.contents().find('#winefinderForm P#findWinePara input[name="findWineOption"]')[0].checked = true;
}




