/* * Template Version: 2.1 * */
/* * Date: 2006-11-14 * */
/* * Author: Jonas Hartmann code A_T jonas DASH hartmann DOT c0m * */
/* * XHTML 1.0 Valid, CSS 2.1 Valid * */

/* loads multiple hacks on window
   TODO: load hacks on font resize?!
*/
window.onload = function () {
	// alert("Hack: Hackloader...");
	setColumnsHeight();
	addIEdropDownMenu();

}

