// <![CDATA[

$(document).ready(function() {
	//prepend span tag
	$(".image").prepend("<span></span>");
});

// ]]>
