$(function(){
	$('.wide').columnize({
		width : 500,
		buildOnce : true,
		overflow : {
			id : ".thin",
			height : 140,
			doneFunc : function(){
				$('.thin').columnize({ width : 400 });
			}
		}
	})
	
	//start xhtml valid target="_blank"
	$("a[href*='http://']:not([href*='"+location.hostname+"'])").click( function() {
	window.open(this.href);
	return false;
	});
	//end xhtml valid target="_blank"
});
