function changeText(){
document.getElementById('marquee').innerHTML="<marquee scrollamount=2>Gold Spot Price $913.40 +5.90    Silver Spot Price $12.07 +0.30   Platinum Spot Price $1036.00 +36.00    Buying or Selling Precious Metals? Call our quote line today 1-(800) 300-0715.  Always free shipping from our Dallas&sbquo; New York and Salt Lake City depositories.</marquee>";
}
function goToNews(Id,formName,controlName)
{
	document.getElementById(controlName).value=Id;
	document.getElementById(formName).submit();
}
function goToPage(month,year)
{
	document.getElementById('newsYear').value=year;
	document.getElementById('newsMonth').value=month;
	document.formMonth.submit();
}
function goToPage2(month,year)
{
	document.getElementById('articleYear').value=year;
	document.getElementById('articleMonth').value=month;
	document.formMonth.submit();
}