WHOIS Service

whelangroup.com - information about domain

  • Server Status: available
  • Server IP: 207.155.252.47
  • Server Response Time: 469ms

Site title

The Whelan Group - Strategic Advisors To Nonprofits

Description

Building capital campaign strategic planning consultant nonprofit counsel

Alexa information

Alexa rank: 18,461,314

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
whelangroup.com IN MX 10800 server113.appriver.com pri: 20
whelangroup.com IN MX 10800 server112.appriver.com pri: 10
whelangroup.com IN A 207.155.248.31 900
whelangroup.com IN A 207.155.250.20 900
whelangroup.com IN A 207.155.252.72 900
whelangroup.com IN A 207.155.254.20 900
whelangroup.com IN SOA 10800 mname: ns1.cnchost.com
rname: hostmaster.cnchost.com
serial: 2012022731
refresh: 10800
retry: 3600
expire: 604800
minimum-ttl: 300
whelangroup.com IN NS 10800 ns2.cnchost.com
whelangroup.com IN NS 10800 ns3.cnchost.com
whelangroup.com IN NS 10800 ns1.cnchost.com

Server Location

Site source

Show / hide source
                
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Building capital campaign strategic planning consultant nonprofit counsel" />
<link rel="stylesheet" type="text/css" href="whelan.css" />
<link rel="stylesheet" type="text/css" href="menus.css" />
<link rel="stylesheet" type="text/css" href="rss.css">
<meta name="verify-v1" content="c6kbdBLsqD5idTydYJIBUZeOMpgsAdI4s3TNO2o8R4s=" />
<title>The Whelan Group - Strategic Advisors To Nonprofits</title>
<script type="text/javascript">

/***********************************************
* AnyLink Drop Down Menu- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href="about/experience.html" class="sublinks">Our Experience</a>'
menu1[1]='<a href="about/approach.html" class="sublinks">Our Approach</a>'
menu1[2]='<a href="about/guiding_principles.html" class="sublinks">Our Guiding Principles</a>'
menu1[3]='<a href="about/impact.html" class="sublinks">Our Impact</a>'
menu1[4]='<a href="about/team.html" class="sublinks">Our Team</a>'
menu1[5]='<a href="about/advisory-committee.html" class="sublinks">Our Advisory Committee</a>'
menu1[6]='<a href="about/partners.html" class="sublinks">Our Strategic Partners</a>'
menu1[7]='<a href="about/career_opportunities.html" class="sublinks">Career Opportunities</a>'
menu1[8]='<a href="/news" class="sublinks">News</a>'

//Contents for menu 2
var menu2=new Array()
menu2[0]='<a href="services/services_overview.html" class="sublinks">Services Overview</a>'
menu2[1]='<a href="services/campaign_services.html" class="sublinks">Campaign Services</a>'
menu2[2]='<a href="services/venture-social.html" class="sublinks">Venture Philanthropy/Social Investments</a>'
menu2[3]='<a href="services/financial_planning.html" class="sublinks">Financial Planning</a>'
menu2[4]='<a href="services/enhanced_fundraising_programs.html" class="sublinks">Enhanced Fundraising Programs</a>'
menu2[5]='<a href="services/fundraising_capacity_building.html" class="sublinks">Fundraising Capacity Building</a>'
menu2[6]='<a href="services/strategic_counsel.html" class="sublinks">Strategic Counsel</a>'
menu2[7]='<a href="services/quick_fix.html" class="sublinks">Quick Fix Technical Assistance</a>'

//Contents for menu 3
var menu3=new Array()
menu3[0]='<a href="clients" class="sublinks">Client Overview</a>'
menu3[1]='<a href="clients/client_list.html" class="sublinks">List of Clients</a>'
menu3[2]='<a href="clients/case_studies.html" class="sublinks">Case Studies</a>'
menu3[3]='<a href="clients/pro_bono.html" class="sublinks">Pro Bono Work</a>'
        
var menuwidth='310px' //default menu width
var menubgcolor='#F6F5F0'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////No further editting needed

var ie4=document.all
var ns6=document.getElementById&&!document.all

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu

</script>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>

<body>
<div align="center"><table width="728" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td valign="bottom"><div align="left"><img src="images/logo.png" alt="The Whelan Group" /></div></td>
        <td width="30%" valign="bottom"><script type="text/javascript">

// Google Internal Site Search script- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// This notice must stay intact for use

//Enter domain of site to search.
var domainroot="www.whelangroup.com"

function Gsitesearch(curobj){
curobj.q.value="site:"+domainroot+" "+curobj.qfront.value
}

    </script>
            <form action="http://www.google.com/search" method="get" onsubmit="Gsitesearch(this)">
              <table width="60%" border="0" cellspacing="0" cellpadding="5">
              <tr>
                <td colspan="2" valign="middle"><div align="right"><A HREF="javascript:newWin=window.open('http://www.patronmail.com/pmailweb/PatronSetup?oid=2705','patron_signup','height=500,width=640,scrollBars=1,resizable=0');newWin.focus();"><img src="http://www.whelangroup.com/images/email-list.jpg" border="0"></A></div></td>
                </tr>
              <tr>
                <td valign="middle">
                <input name="q" type="hidden" />
                <input input name="qfront" type="text" border="0" />                <div align="left"></div>                  </td>
                <td valign="middle"><input type="image" name="imageField" id="imageField" src="http://www.whelangroup.com/images/search_button.jpg" border="0" /></td>
              </tr>
            </table>
            </form></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td><table width="100%" height="42" border="0" cellspacing="0" cellpadding="0" class="navigationbg">
      <tr>
        <td><table width="100%" border="0" cellspacing="3" cellpadding="0">
          <tr>
            <td align="center">
            <a href="http://whelangroup.com" class="navlinks">Home</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            
             <a href="#" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '200px')" onMouseout="delayhidemenu()" class="navlinks">About Us</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            
            <a href="#" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu2, '270px')" onMouseout="delayhidemenu()" class="navlinks">Services</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            
            <a href="#" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu3, '200px')" onMouseout="delayhidemenu()" class="navlinks">Clients</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
            
            <a href="publications" class="navlinks">Publications</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="contact" class="navlinks">Contact Us</a></td>
            </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td><img src="images/main_pic_images/pages/homepage.jpg" width="728" alt="Capital Campaign | Capital Campaign | Capital Campaign | Business Plan" /></td>
  </tr>
  <tr>
    <td class="contentarea"><table width="100%" border="0" cellspacing="5" cellpadding="0">
      <tr>
        <td width="70%" valign="top" class="contentarea"><table width="100%" border="0" cellspacing="0" cellpadding="5">
          <tr>
            <td valign="top" class="contentarea"><div class="title">The Whelan Group</div>
                <div class="description"></div>
              <hr class="dottedline" width="90%" align="left" />
              <br />
                <div align="justify">Providing strategic advice to non-profits of all sizes, with a focus on strategic and business planning, board development, capital campaign and annual fundraising.<br />
                  <br />
                  We bring creative solutions to your challenges and work with you to strengthen the core financial resources that underpin your mission. The Whelan Group is ready when you are, to help your organization realize its full potential.<br />
                  <br />
                  <br />
                  <br />
                  <br />
                  <br />
                </div>
                <br />
              <a href="http://www.facebook.com/pages/The-Whelan-Group/160797430622249" target="_blank"><img src="images/fb.jpg" border="0" /></a></td>
          </tr>

        </table>
          <br /></td>
        <td valign="top" class="contentarea"><table width="100%" border="0" cellspacing="0" cellpadding="5">
          <tr>
            <td valign="top" class="contentarea"><div class="title">
                <div align="right">News</div>
            </div>
                <div class="description"></div>
              <hr class="dottedline" width="205" align="right" />
                <div style="padding-top:13px;"><table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-color: #8d8d8d; border-width: 1px 1px 1px 1px; border-style: solid; background-color:#e6e6e6;
">
                  <tr>
                    <td><div style="padding-top:14px; padding-left: 6px; padding-right:6px; padding-bottom:6px;">
                    
<!-- <script type="text/javascript" src="http://output82.rssinclude.com/output?type=js&id=63609&hash=7fbc967382feb4e715c269abdc77cecb"></script> -->

The Whelan Group was featured speaker at two leadership seminars hosted by the <a href="http://www.cfnps.org/NYLS28.aspx" target="_blank">Center for Nonprofit Success &#8212; Board Development</a>, and <a href="http://www.cfnps.org/NYLS29.aspx" target="_blank">Program Evaluation</a>.<br />
<br />
            
            TWG sponsored The 2nd annual Social Impact Exchange Conference on Scaling Social Impact in New York in June and is providing pro bono counsel for scaling contest winner Building Educated Leaders for Life <a href="http://WWW.EXPERIENCEBELL.ORG" target="_blank">(BELL)</a>. </div>
 </td>
                  </tr>
              </table></div></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
          </tr>
        </table></td>
      </tr>
    </table></td>
    </tr>
  <tr>
    <td class="greyfooter" height="30"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><div align="center">© 2011 The Whelan Group&nbsp;&nbsp;|&nbsp;&nbsp;483 Tenth Avenue (at 37th Street)&nbsp;&nbsp;|&nbsp;&nbsp;Suite 530&nbsp;&nbsp;|&nbsp;&nbsp;New York, NY 10018&nbsp;&nbsp;|&nbsp;&nbsp;T: 212-727-7332<br />Contact: <a href="mailto:info@whelangroup.com">info@whelangroup.com</a></div></td>
      </tr>
    </table></td>
    </tr>
</table>
</div>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1869157-6";
urchinTracker();
</script></body>
</html>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...