function loadShortRegistration(target, redir, mid, cid)
{
	//window.open(target);
	$("#target").load(redir + "?url=http://ws.tarifguard.de/getshortreg?mid=" + mid + "%26cid=" + cid + "%26redirect=" + redir);
}

