$(function()
{
	$("div.pipe").each(function(){
		new dmobile.PipeCircular($(this));
	})
})




