var chkname = GetCookie("LoginLoginName");
var myfile  = "";
if (chkname == null) {
    chkchip = GetCookie("LoginInfo");
    if (chkchip != null) {
       	chkcookielist = chkchip.split("|");
   	chkname = chkcookielist[2];
    }
    var myfile = getValueByKey( "file", document.URL);
    if (myfile == null || myfile == "") {	
    	myfile = get_url_OID(document.URL);
    }
    var mystring = myfile.substring(0,3);
} 

if (chkname == null && (mystring == "FL_" || myfile== "resourcespage")) {
open_window("http://www.military.com/Data/Popup/newsletter_popunder.htm","pop_news",710,335,'TL',1,1,1);
}