// JavaScript Document
function get_daytemperature(){ 
 document.write('+6'); 
 }
 function get_nighttemperature(){ 
 document.write('-5'); 
 }
 function get_season(){ 
 document.write('<img src="http://www.edgarkhachatryan.com/crons/seasons/cloud_sun.gif" width="27" height="16" alt="cloud_sun">'); 
 }