var pd_vt_memberCount=0;
var pd_vt_visitorCount=1;
var pd_vt_member_name = new Array();
var pd_vt_member_uid = new Array();
var pd_vt_member_ms = new Array();
var pd_vt_target=null;
var pd_vt_doguest=true;
var pd_vt_forms=false;
var host="http://www.poppydog.com";
//var host="http://localhost:9090";
var isOfficeLive = false;

try{
			var iframes = top.document.getElementsByTagName("iframe");
			for (var i=0; i< iframes.length; i++){
				if (iframes.item(i).id.indexOf("CPH_Content_HtmlControl")>-1){
					isOfficeLive = true;
				}
			}
			}
			catch(e){isOfficeLive=false;}


function pd_vt_doIt(in_hid, in_uid){
    var fromms= pd_vt_forms?"from_ms=t&":"";
    if (pd_vt_target!=null) {  
    	var l_owner = window;
        l_owner =eval("window.parent."+pd_vt_target);
        if (l_owner==null)
            l_owner = window;
		   l_owner.location.href=host+"/comreg/profile.do?"+fromms+"tiid="+in_hid+"_reg&action=w_pr3&wp_uid="+in_uid+"&returnPath="+escape(document.location);               
    }
     else{
    	 try{
				if (isOfficeLive){
					top.location.href=host+"/comreg/profile.do?"+fromms+"tiid="+in_hid+"_reg&action=w_pr3&wp_uid="+in_uid+"&returnPath="+escape(document.location);
					return false;
				}
			}
			catch(e){}
		window.location.href=host+"/comreg/profile.do?"+fromms+"tiid="+in_hid+"_reg&action=w_pr3&wp_uid="+in_uid+"&returnPath="+escape(document.location);   
		return false;
    }

}

function pd_vt_init(in_hid){
    if (pd_vt_doguest){
        var visitorLabel =(pd_vt_visitorCount==1)? "Visitor":"Visitors" ;
        var memberLabel =(pd_vt_memberCount==1)? "Member": "Members";
        var guestLabel =((pd_vt_visitorCount-pd_vt_memberCount)==1)? "Guest": "Guests";
        document.write("<nobr>"+pd_vt_visitorCount+ " "+visitorLabel+":</nobr> <nobr>"+pd_vt_memberCount+" "+memberLabel+"</nobr> <nobr>"+(pd_vt_visitorCount-pd_vt_memberCount) + " "+guestLabel+"</nobr><br>");
    }
    

  var msMarker="";
    for (var i=0; i<pd_vt_member_name.length; i++){	
	if (pd_vt_member_ms[i])
	    	msMarker="";	
        else
		msMarker="";
		var fromms= pd_vt_forms?"from_ms=t&":"";
	    
	    //if (!pd_vt_forms || pd_vt_member_ms[i]){
	    	if (!isOfficeLive){
	    	document.write("<nobr><a href=\"#\" onclick=\"pd_vt_doIt("+in_hid+","+pd_vt_member_uid[i]+");return false;\">"+pd_vt_member_name[i]+msMarker+"</a>");	    	        
	    	}else{
	        document.write("<nobr><a href=\""+host+"/comreg/profile.do?"+fromms+"tiid="+in_hid+"_reg&action=w_pr3&wp_uid="+pd_vt_member_uid[i]+"&returnPath="+escape(document.location)+"\" target=\"_top\">"+pd_vt_member_name[i]+msMarker+"</a>");	    	        
	        }
	        document.write("&nbsp;&nbsp;</nobr>");
	    //}
	    
	 }
  
	if (isOfficeLive){
	top.resizeBy(10,10);
	top.resizeBy(-10,-10);
	}
}

