var isNew
var z_new

if (z_new) {
isNew = '0';
}
else isNew = '1';

if ( isNew == '1' && z_controller == 'search' && (z_st == 'event' || z_st == 'venue')) {

	if (z_controller == 'events' || 'venues')
	  {z_controlsplit = z_controller.split("s"); z_controlsplit = z_controlsplit[0] + ""; s_pageName='Community | Moms | Zvents - ' + z_page_type + ' ' +  z_controlsplit;}
	else
	  s_pageName='Community | Moms | Zvents - ' + z_page_type + ' ' +  z_controller;
	
	if (z_action=='show') s_prop13='Community | Moms | Zvents | ' + z_controller.toLowerCase() + ' | ' + z_id.toLowerCase(); else;
	
		if (window.z_cat || window.z_swhat || !window.z_swhat)
	  if (window.z_cat)
	    s_prop15='moms-' + 'category: ' + z_cat.toLowerCase();
	  else
	    if (window.z_swhat || !window.z_swhat)
	      if (window.z_swhat=='')
	        s_prop15='moms-' + z_st.toLowerCase() + ': user_blank';
	      else
	        if (window.z_swhat)
	          s_prop15='moms-' + z_st.toLowerCase() + ': ' + z_swhat.toLowerCase();
	        else;
	    else;
	else;
		
	if (window.z_swhere || !window.z_swhere)
	  if (window.z_swhere=='')
	    s_prop16='moms-' + z_st.toLowerCase() + ': user_blank';
	  else
	    if (window.z_swhere)
	      s_prop16='moms-' + z_st.toLowerCase() + ': ' + z_swhere.toLowerCase();
	    else;
	else;
	
	if (window.z_swhen || !window.z_swhen)
	  if (window.z_swhen=='')
	    s_prop17='moms-' + z_st.toLowerCase() + ': user_blank';
	  else
	    if (window.z_swhen)
	      s_prop17='moms-' + z_st.toLowerCase() + ': ' + z_swhen.toLowerCase();
	    else;
	else;

}
else;