/*
 ___________________________________
|                                   |
| Feel free to use this script as   |
| long as this part stays unchanged |
|                                   |
|  Design by Amanda@BloggerBuster   |
|                                   |
 ___________________________________

*/
var d = new Date()
var h = d.getHours()

//
if (h < 6) document.write('<img src="images/NightShot.gif">')
else if (h < 12) document.write('<img src="images/NightShot.gif">')
else if (h < 18) document.write('<img src="images/NightShot.gif">')
else if (h < 24) document.write('<img src="images/NightShot.gif">')