// JavaScript Document for Discount Gold and Silver Trading
// Revised: 8-19-11

//Open a new window
function newWindow(url)
{
	window.open(url,'newWin','menubar=yes,status=yes,location=yes,toolbar=yes,scrollbars=yes');
}

$(document).ready(function()
{
	
	

});


