function render(position){	if (position == 'content')	{		document.write ('<iframe src="http://www.mygovcost.org/widget/content.php" scrolling="no" frameborder="0" border="0" width="550" height="260"></iframe>');	}	else	{		document.write ('<iframe src="http://www.mygovcost.org/widget/side.php" scrolling="no" frameborder="0" border="0" width="200" height="330"></iframe>');	}}
