To display the symbol you would just need to do:
HTML Code:
document.write(quote[0]);
The easiest way to refresh a page every xx amount of minutes is to simply put this in the <head> segments:
HTML Code:
<meta http-equiv="refresh" content="600">
If you want to use JavaScript though you can use this function:
The JavaScript Source: Page Details: Refresh Page - Automatic