Event.observe( window, 'load', function() {
	if(typeof build_community == "function") build_community();
	if(typeof build_portfolio == "function") build_portfolio();
	if(typeof email_signup == "function") email_signup();
	if(typeof move_community_contact_form == "function") move_community_contact_form();
	if(typeof move_project_form == "function") move_project_form();      
	if(typeof flash_cleanup == "function") flash_cleanup();      
	Element.addClassName($$('ul#footer li').first(),"first_child");
	resize_header();
	move_content();
	resize_color_box();
	move_markings();
	resize_bg();
	showImgs();
});
Event.observe( window, 'resize', function() {
	resize_header();
	move_content();
	resize_color_box();
	move_markings();
	resize_bg();
});
