$(document).ready(function()
	{
	//equal heigh the items of listview
	$('#content .textelement').setToMaxHeight(2);
	//$('#my_body .blog iframe').css("z-index","11");
	
})
