\n');
}
function maintop_DoFSCommand(command, args) {
var iframe1; // iframe DOM object
if (isInternetExplorer) {
iframe1 = document.fcenter;
} else {
iframe1 = document.getElementById("fcenter").contentDocument;
}
if (command == "switchMovie") {
iframe1.maincenter.SetVariable("nextMovie", args);
} else if (command == "get_confirmIsLoaded") {
iframe1.maincenter.SetVariable("confirmIsLoaded", 1);
}
}
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 &&
navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write(' \n');
}
function mainbottom_DoFSCommand(command, args) {
var iframe1; // iframe DOM object
if (isInternetExplorer) {
iframe1 = document.fcenter;
} else {
iframe1 = document.getElementById("fcenter").contentDocument;
}
if (command == "switchMovie") {
iframe1.maincenter.SetVariable("nextMovie", args);
} else if (command == "get_confirmIsLoaded") {
iframe1.maincenter.SetVariable("confirmIsLoaded", 1);
} else if (command == "top_maincenterIsNotLoaded") {
document.maintop.SetVariable("maincenterIsLoaded", 0);
} else if (command == "open_poll") {
window.open("http://www.lonelyangel.com/polldb/mypoll_1.php", "poll", "menubar=no, toolbar=no, resizable=yes, width=200, height=380");
} else if (command == "open_updates") {
window.open("http://www.lonelyangel.com/sections/updates.php", "LAupdates", "menubar=no, toolbar=no, resizable=yes, scrollbars=yes, width=350, height=450");
}
}
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 &&
navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write(' \n');
}
//-->