// JavaScript Document

//var jqs = jQuery.noConflict();
jq(document).ready(function() {
	var itemel = jq('#item');
	itemel.each(function() {
		//alert(jqs(this).text());								
	});
});