/*
 * Javascript Functions
 *
 * Copyright (c) CLICKSPORTS
 * $Rev$
 * $Author$
 * $Date$
 *
 */

document.observe('dom:loaded', function() {
	
	$$('div#col1 img').each(function(i) {
		i.writeAttribute({
			'alt': false,
			'title': false
		});
	});
});
