$(document).ready(function(){
	$("A.lock").each(function(){
		$(this).attr("class", "thickbox");
		$(this).attr("href", "#TB_inline?width=320&amp;height=150&amp;inlineId=tblogin&amp;modal=true");
	});
	$("DIV.lock").each(function(){
		$(this).prev().css("float","left");
		$(this).next().css("clear","both");
	});
});
