showcase = function() {
	var families = $("#showcase .right div").length;
	// for IE6 compatbility /w png fix, there can only be 1 element /w a background
	$("#showcase .right div").remove();
	var i = (Math.floor((Math.random())*3))+1;
	$("#showcase .right").append('<div class="family'+i+'"></div>');
};ini.extendToDom(showcase);
