$(function() {
	$("#videoimg").click(function(){
		v=$("#cimlapvideo").html().replace(/autoplay=0/,'autoplay=1');
		$("#cimlapvideo-pre").html(v);
	});
});
