$(document).ready(function() {//png fix for ie6!$("#banner").pngFix();	//Round Corners$("#Col3").attr('id', function() {     return this.id.replace('3', '3_round');}); //Round Corners profile page$("#ColProfile").attr('id', function() {     return this.id.replace('e', 'e_round');});	$("#Col3_round").corner();	$("#Col3_round blockquote").corner();	$("#Col3_round ul").corner();		$("#Col3_round #projectThumbs li").corner();	$("#Col3_round #futureProjectThumbs li").corner();		//Round profile page	$("#ColProfile_round").corner();	});