/*
 * ik-photo.js
 *
 * required jQuery
 */

/* deprecated */
//jQuery(function(){ // excecute after loaded the page
//
//		/* fix image caption width */
//		var photo = jQuery(".entry .photo");
//		photo.each(function(){
//			var w = jQuery("img", jQuery(this)).css("width");
//			if (w == "auto") {
//				w = jQuery("img", jQuery(this)).attr("width");
//			}
//			if (w != "undefined") {
//				jQuery(".caption", jQuery(this)).css("width", w);
//			}
//		});
//});
