document.observe('dom:loaded', function(){
//	alert($('left-column').down('iframe'));
//	$('left-column').down('iframe').setStyle({width: $('left-column').getWidth()+'px'});
//	$$('.FB_SERVER_IFRAME')[0].setStyle({width: $('left-column').getWidth()+'px'});
});