function ggg_addEvent(obj, eventName, handler) {
	if (obj.addEventListener) {
		obj.addEventListener(eventName, handler, false);
		return true;
	}
	if (obj.attachEvent) {
		return obj.attachEvent('on' + eventName, handler);
	}
	return false;
}

ggg_addEvent(window, 'load', function() {
	
    	Guillotine.add_image('/home/dbilder/cde_DID/P532X107/321.jpg');
    
    	Guillotine.add_image('/home/dbilder/cde_DID/P532X107/322.jpg');
    
    	Guillotine.add_image('/home/dbilder/cde_DID/P532X107/323.jpg');
    
    	Guillotine.add_image('/home/dbilder/cde_DID/P532X107/324.jpg');
    
    	Guillotine.add_image('/home/dbilder/cde_DID/P532X107/325.jpg');
    
    	Guillotine.add_image('/home/dbilder/cde_DID/P532X107/326.jpg');
    
    	Guillotine.add_image('/home/dbilder/cde_DID/P532X107/327.jpg');
    
    	Guillotine.add_image('/home/dbilder/cde_DID/P532X107/328.jpg');
    
    	Guillotine.add_image('/home/dbilder/cde_DID/P532X107/329.jpg');
    
    	Guillotine.add_image('/home/dbilder/cde_DID/P532X107/331.jpg');
    
    
    Guillotine.set_dim(532,107);
    Guillotine.set_container('guillotine');
    Guillotine.start();
});