﻿function userboxhover(event) {
	var target = $(this).siblings().filter('.jq-dest-rep')[0];
	$('.jq-src-rep').appendTo(target);
}
function hookuprephover() {
	$('div.jq-trig-rep').mouseover(userboxhover);
	//alert('hookuprephover');
}
//if (typeof (Sys) !== 'undefined') Sys.Application.notifyScriptLoaded();