// JavaScript Document

 message=new Date() 
 h=message.getHours() 
 if((h < 12) && (h >= 6)) 
 {document.write("<img src=http://www.gandhbrassware.com/wp-content/themes/priodev/img/goodmorning.png alt=Good morning title=Good morning width=219 height=34 />")}   
 if((h >= 12) && (h < 18)) {document.write("<img src=http://www.gandhbrassware.com/wp-content/themes/priodev/img/goodafternoon.png alt=Good afternoon title=Good afternoon width=241 height=27 />")}   
 if((h >= 18) && (h <= 23)) {document.write("<img src=http://www.gandhbrassware.com/wp-content/themes/priodev/img/goodevening.png alt=Good evening title=Good evening width=211 height=34 />")}   
 if((h >= 0) && (h < 4)) {document.write("<img src=http://www.gandhbrassware.com/wp-content/themes/priodev/img/goodmorning.png alt=Good morning title=Good morning width=219 height=34 />")}  
 if((h >= 4) && (h <= 6)) {document.write("<img src=http://www.gandhbrassware.com/wp-content/themes/priodev/img/goodmorning.png alt=Good morning title=Good morning width=219 height=34 />")} 
 
 // -->  
