var countdown_conf = {
	
	'target'	      : '#banner_mindestlohn_countdown',
	'background_image'  : 'http://www.mindestlohn.de/static/img/dgb19b/specials/dgb19_mindestlohn-countdown.png',
	'background_image_w': 480,
	'background_image_h': 269,
	
	'interval'			: 500,
	'latenz'			: 100,

	'counter_timeout'	: new Date(2011, 4, 1),
	
	'pix_prefix' 		: 'http://www.mindestlohn.de/static/img/dgb19b/specials/digits/',
	'pix_upper_suffix' 	: '_01.png',
	'pix_lower_suffix' 	: '_02.png',	
	'pix_width' 		: 33,
	'pix_offset_width'	: 33,
	'pix_height' 		: 34,
	'pix_upper_top'     : 42,
	'pix_lower_top'     : 75,

	'ziff' : [[' ','leer'],['.','punkt'],[0,'null'],[1,'eins'],[2,'zwei'],[3,'drei'],[4,'vier'],[5,'funf'],[6,'sechs'],
			  [7,'sieben'],[8,'acht'], [9,'neun']],
			  
	'sections' 			: { 
	                        'd' : { 'min_length' : 3, 'offset' : 51 }, 
	                        'h' : { 'min_length' : 2, 'offset' : 176 }, 
	                        'm' : { 'min_length' : 2, 'offset' : 269 }, 
	                        's' : { 'min_length' : 2, 'offset' : 363 } 
	                      }
}
document.write('<script type="text/javascript" src="http://www.mindestlohn.de/static/html/dgb19b/jquery-1.3.2.min.js"></script><script type="text/javascript" src="http://www.mindestlohn.de/static/html/dgb19b/countdown.js"></script>');

