//Get User Name Section
var PreUN = document.getElementById('top_info').getElementsByTagName('a')[0].innerHTML;
var CSSU = document.getElementsByTagName('link')[0].href;
if (PreUN == "[Log In]")
{
var UserName = "Guest";

document.write("Sorry, but you must log in to use the friend code registry.")
}
else
{
var UserName = PreUN;

var ProURL = document.getElementById('top_info').getElementsByTagName('a')[0].href;
document.write("<a href='"+ main_url + "pages/fcregistry'>Return to Friend Code Registry</a>")
document.write("<iframe width=100% height=485 frameborder=0 src='http://dylan-datawizard.com/fcregistry/editfc.php?UserName=" + UserName + "&Pro=" + ProURL + "&Url=" + main_url + "&CSS=" + CSSU + "'>You have iframes disabled or your browser does not support iframes. iframes must be enabled in order to use the FC Registry.</iframe>");

}
