


document.write ('<style type="text/css">');
document.write ('table.degreesJarrin { background-color: #ccffcc; border: solid 5px #00ff00; margin: 3px; padding: 3px; }');
document.write ('td.degreesJarrin { background-color: #ccffcc; font-family: Arial; font-size: 8pt; font-weight: bold; color: #000000; }');
document.write ('a.degreesJarrin { color: #000000; text-decoration: none; }');
document.write ('</style> ');
document.write ('<table class="degreesJarrin"><tr><td align="center" class="degreesJarrin">');

document.write ('<a href="http://www.jarrin.net/Degrees_Jarrin.html" class="degreesJarrin" target="_blank">');
document.write ('The current temperature<br />');
document.write ('in Minneapolis is<br />');
document.write ('<span style="font-size: 12pt;">51.59 °J</span>');
document.write ('</a>');


document.write ('</td></tr></table>');
