// JavaScript Document
		var tDate = new Date();
		var hour = tDate.getHours();
		
		if(hour > 18){
		
document.write(
		
"<embed src='cumberland-night.swf' quality='high' scale='noscale' salign='lt' wmode='transparent' bgcolor='#003366' width='100%' height='700' name='cumberland-night' align='middle' allowScriptAccess='sameDomain' allowFullScreen='false' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' /> "
	
			);
			
		}else{
		
document.write(

"<embed src='cumberland-day.swf' quality='high' scale='noscale' salign='lt' wmode='transparent' bgcolor='#ffffff' width='100%' height='700' name='cumberland-day' align='middle' allowScriptAccess='sameDomain' allowFullScreen='false' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />"
			
			)
		}


