// no conflicts with other frameworks
var $j = jQuery.noConflict();

$j(function() 
{

	$j(".float-left").placeholder();			
		
});

