jQuery(document).ready(function()
	{		
	//equal heigh the items of listview
	jQuery('#content .item').setToMaxHeight(2);
	})
