/* NYTRMG NING WRAP*/

function getLastChild(el) {
  return (el.lastChild && el.lastChild.nodeName != '#text') ? getLastChild(el.lastChild) : el;
}
//var strQuery = getLastChild(document.lastChild).getAttribute('src').replace(/.*\?/, '');
//var strSite = "http://wp.nytrngsecure.com/ning/";
//var strType = strQuery.slice(3);
//var strCode = strQuery.slice(0,-5);

jQuery(function($) {

		//if (strQuery=='tl') {}
		//if ( $("body:not(.zvents)") || $("body:not(.blog)") ) {}
	

});
