$(document).ready(function()
							{
								$("#wd").focus();

								$.ajax({type:"POST",url:"./index.php?do=load",data:"rdm="+Math.random(),success:function(data){$("#header_links").html(data);tb_init('a.thickbox');}});
							}
					);