A = $("#top_info strong a");
S = $("#top_info strong");

if (A.text() == ""){
 Arcade.User = S.text();
} else {
 Arcade.User = A.text();
}


if (Arcade.User != "Guest"){
Arcade.Content = "<iframe frameborder='0' height='"+Arcade.Height+"' scrolling='0' src='http://arcadex.commx.info/6/index2.php?b="+Arcade.Account+"&u="+Arcade.User+"' width='"+Arcade.Width+"'></iframe>";
} if (Arcade.User == "Guest"){
if (Arcade.Guests == true){
Arcade.Content = "<iframe frameborder='0' height='"+Arcade.Height+"' scrolling='0' src='http://arcadex.commx.info/6/index2.php?b="+Arcade.Account+"&u="+Arcade.User+"' width='"+Arcade.Width+"'></iframe>";
} else {

Arcade.Content = "<dl class='notice info'><dt>Notice</dt><dd>You must <a href='"+main_url+"/login/'>Log In</a> or <a href='"+main_url+"/register/'>Register</a> so you can play in the Arcade!</dd></dl>";
}
}

document.write(Arcade.Content);