<html>
<head>
<title>myhosting.com Parked Domain | Domain Hosting & Email Hosting Services</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<meta name="description" content="Affordable domain hosting & email hosting services for businesses of all sizes. Click here or call 1-866-289-5091to get started today!">


<script type="text/javascript">
/***********************************************
* Ultimate Fade-In Slideshow (v1.5): � Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
 
var fadeimages=new Array()
fadeimages[0] = ["http://168.144.229.73/skins/myhosting/images/ss/m2wLive.jpg", "http://mail2web.com/mobile-email/", "_new"]
fadeimages[1] = ["http://168.144.229.73/skins/myhosting/images/ss/sharepoint.jpg", "http://myhosting.com/sharepoint/", "_new"] 

 
var fadebgcolor="white"
 
////NO need to edit beyond here/////////////
 
var fadearray=new Array() //array to cache fadeshow instances
var fadeclear=new Array() //array to cache corresponding clearinterval pointers
 
var dom=(document.getElementById) //modern dom browsers
var iebrowser=document.all
 
function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
this.pausecheck=pause
this.mouseovercheck=0
this.delay=delay
this.degree=10 //initial opacity degree (10%)
this.curimageindex=0
this.nextimageindex=1
fadearray[fadearray.length]=this
this.slideshowid=fadearray.length-1
this.canvasbase="canvas"+this.slideshowid
this.curcanvas=this.canvasbase+"_0"
if (typeof displayorder!="undefined")
theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :)
this.theimages=theimages
this.imageborder=parseInt(borderwidth)
this.postimages=new Array() //preload images
for (p=0;p<theimages.length;p++){
this.postimages[p]=new Image()
this.postimages[p].src=theimages[p][0]
}
 
var fadewidth=fadewidth+this.imageborder*2
var fadeheight=fadeheight+this.imageborder*2
 
if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);-moz-opacity:10;-khtml-opacity:10;background-color:'+fadebgcolor+'"></div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);-moz-opacity:10;background-color:'+fadebgcolor+'"></div></div>')
else
document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
 
if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox
this.startit()
else{
this.curimageindex++
setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay)
}
}

function fadepic(obj){
if (obj.degree<100){
obj.degree+=10
if (obj.tempobj.filters&&obj.tempobj.filters[0]){
if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+
obj.tempobj.filters[0].opacity=obj.degree
else //else if IE5.5-
obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
}
else if (obj.tempobj.style.MozOpacity)
obj.tempobj.style.MozOpacity=obj.degree/101
else if (obj.tempobj.style.KhtmlOpacity)
obj.tempobj.style.KhtmlOpacity=obj.degree/100
}
else{
clearInterval(fadeclear[obj.slideshowid])
obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1"
obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
obj.populateslide(obj.tempobj, obj.nextimageindex)
obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0
setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
}
}
 
fadeshow.prototype.populateslide=function(picobj, picindex){
var slideHTML=""
if (this.theimages[picindex][1]!="") //if associated link exists for image
slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'
if (this.theimages[picindex][1]!="") //if associated link exists for image
slideHTML+='</a>'
picobj.innerHTML=slideHTML
}
 
 
fadeshow.prototype.rotateimage=function(){
if (this.pausecheck==1) //if pause onMouseover enabled, cache object
var cacheobj=this
if (this.mouseovercheck==1)
setTimeout(function(){cacheobj.rotateimage()}, 100)
else if (iebrowser&&dom||dom){
this.resetit()
var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
crossobj.style.zIndex++
fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50)
this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0"
}
else{
var ns4imgobj=document.images['defaultslide'+this.slideshowid]
ns4imgobj.src=this.postimages[this.curimageindex].src
}
this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
}
 
fadeshow.prototype.resetit=function(){
this.degree=10
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
if (crossobj.filters&&crossobj.filters[0]){
if (typeof crossobj.filters[0].opacity=="number") //if IE6+
crossobj.filters(0).opacity=this.degree
else //else if IE5.5-
crossobj.style.filter="alpha(opacity="+this.degree+")"
}
else if (crossobj.style.MozOpacity)
crossobj.style.MozOpacity=this.degree/101
else if (crossobj.style.KhtmlOpacity)
crossobj.style.KhtmlOpacity=obj.degree/100
}
 
 
fadeshow.prototype.startit=function(){
var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
this.populateslide(crossobj, this.curimageindex)
if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
var cacheobj=this
var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid)
crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
}
this.rotateimage()
}
 
</script>

<link href="http://168.144.229.73/skins/myhosting/style.css" rel="stylesheet" type="text/css" />

<script type="text/javascript">
var enqsiteid = '721bec-v39ncg';
var enqhost = (window.location.protocol == "https:")
	? "https://logssl" : "http://log";
document.writeln('<'+'script src="'+ enqhost
	+'.enquisite.com/log.js?id='+ enqsiteid
	+'" type="text/javascript"><'+'\/script>');
</script>


</head>

<body>
<div align="center">
  <table width="763" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="760" colspan="2" background="http://168.144.229.73/skins/myhosting/images/top_mid.jpg">
	  <img src="http://168.144.229.73/skins/myhosting/images/header-new.gif" width="763" height="28" border="0"></td>
    </tr>
    <tr> 
      <td colspan="2" background="http://168.144.229.73/skins/myhosting/images/bg-content-top.gif"> <div align="center"> 
         <p style="margin-top:10px;"><font face="Arial, Helvetica, sans-serif" size="5" color="#ff6600"> 
            <b>safepowerindia.org</b></font> <br>
            
            <font face="Arial, Helvetica, sans-serif" size="3"><b>
            has been registered and is currently parked.</b></font><br><br></p>
        </div>
	
		
        <!-- Search Google -->
		  <form method="post" action="http://myhosting.com/signup/domainselect.aspx" target="_blank" id="form1" name="form1">
		<div align="center" class="domain-search">
		  <p>Find Your Domain Now!
		    <input type="text" name="domainname" size="31" maxlength="64">
            
            <select name="Domain_Search_TLDList" id="Domain_Search_TLDList" title="Select a TLD" class="subText home_tldddl">
	<option value="COM">.com</option>
	<option value="NET">.net</option>
	<option value="ME">.me</option>
	<option value="INFO">.info</option>
	<option value="ORG">.org</option>
	<option value="MOBI">.mobi</option>
	<option value="BIZ">.biz</option>
	<option value="US">.us</option>
	<option value="CA">.ca</option>
	<option value="ASIA">.asia</option>
	<option value="IN">.in</option>
	<option value="BZ">.bz</option>
	<option value="WS">.ws</option>
	<option value="MX">.mx</option>
	<option value="COM.MX">.com.mx</option>
	<option value="AG">.ag</option>
	<option value="COM.AG">.com.ag</option>
	<option value="NET.AG">.net.ag</option>
	<option value="ORG.AG">.org.ag</option>
	<option value="AT">.at</option>
	<option value="BE">.be</option>
	<option value="COM.BZ">.com.bz</option>
	<option value="NET.BZ">.net.bz</option>
	<option value="CC">.cc</option>
	<option value="CN">.cn</option>
	<option value="COM.CN">.com.cn</option>
	<option value="ORG.CN">.org.cn</option>
	<option value="NET.CN">.net.cn</option>
	<option value="DE">.de</option>
	<option value="EU">.eu</option>
	<option value="FM">.fm</option>
	<option value="GS">.gs</option>
	<option value="CO.IN">.co.in</option>
	<option value="FIRM.IN">.firm.in</option>
	<option value="GEN.IN">.gen.in</option>
	<option value="IND.IN">.ind.in</option>
	<option value="NET.IN">.net.in</option>
	<option value="ORG.IN">.org.in</option>
	<option value="JOBS">.jobs</option>
	<option value="JP">.jp</option>
	<option value="MS">.ms</option>
	<option value="NU">.nu</option>
	<option value="CO.NZ">.co.nz</option>
	<option value="NET.NZ">.net.nz</option>
	<option value="ORG.NZ">.org.nz</option>
	<option value="TC">.tc</option>
	<option value="TV">.tv</option>
	<option value="TW">.tw</option>
	<option value="COM.TW">.com.tw</option>
	<option value="ORG.TW">.org.tw</option>
	<option value="IDV.TW">.idv.tw</option>
	<option value="CO.UK">.co.uk</option>
	<option value="ME.UK">.me.uk</option>
	<option value="ORG.UK">.org.uk</option>
	<option value="VG">.vg</option>
 
</select>

		    <input type="submit" name="sa" value="Search">
		    <input type="hidden" name="client" value="pub-4337918513866451">
		    <input type="hidden" name="forid" value="1">
		    <input type="hidden" name="ie" value="ISO-8859-1">
		    <input type="hidden" name="oe" value="ISO-8859-1">
		    <input type="hidden" name="cof" value="GALT:#0066CC;GL:1;DIV:#FF9900;VLC:336633;AH:center;BGC:FFFFFF;LBGC:9CAAC6;ALC:000000;LC:000000;T:0066CC;GFNT:666666;GIMP:666666;LH:50;LW:183;L:http://parked.myhosting.com/images/logo_myhosting_ggl.gif;S:http://myhosting.com/;FORID:1;">
              <input type="hidden" name="hl" value="en">
		  </p>
		  <!--BEGIN:Google banner-->



<!--END:Google banner-->

		</div> </form><br></td>
    </tr>
    <tr>
      <td background="http://168.144.229.73/skins/myhosting/images/bg-content.gif"><div align="center">
 <table width="720" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
         
		  <tr>
            <td width="352"><div id="outerDiv"><span> </span><h1>Web Hosting With myhosting.com</h1></div></td>
            <td width="18">&nbsp;</td>
            <td width="350"><div id="outerDivmail2"><span> </span><h1>Email Hosting With mail2web.com</h1></div></td>
          </tr>
          <tr>
            <td height="67">&nbsp;</td>
            <td>&nbsp;</td>
            <td valign="top">&nbsp;</td>
            </tr>
          <tr>
	<td valign="top" class="general-left" style="padding-right:10px"><p><br>
	    <strong>myhosting.com
	provides <a href="http://myhosting.com/">Web Hosting</a>, <a href="http://myhosting.com/Exchange">Business email</a>,
	Microsoft <a href="http://myhosting.com/Exchange/">Exchange</a> email and collaboration, Microsoft <a href="http://myhosting.com/SharePoint/">SharePoint</a>,
	and <a href="http://mail2web.com/mobile-email/">Mobile email</a>.</strong><p> We are a Canadian <a href="http://myhosting.com/Web-Hosting/">Web
        Hosting</a> company located in a World Class Data Center, with a premier fiber optic network. We do all of our Customer Service in-house, within steps of
        our Operations and Software Development teams, which provides you the highest quality of service possible.</p>
              <p><span class="ttl-orange">Services</span><br>
              &#8226; <a href="http://myhosting.com/">Domain Hosting</a><br>
              &#8226; <a href="http://myhosting.com/virtual-server-hosting/">Virtual Private Server</a><br>
              &#8226; <a href="http://myhosting.com/exchange/">Business  Email Hosting</a><br>
              &#8226; <a href="http://myhosting.com/web-hosting/windows-hosting/">ASP  Web Hosting</a><br>
              &#8226; <a href="http://myhosting.com/sharepoint/">Hosted  SharePoint</a><br>
              &#8226; <a href="http://myhosting.com/web-hosting/basic.aspx">Linux  Hosting</a><br>
              &#8226; <a href="http://myhosting.com/web-hosting/wordpress.aspx">WordPress  Hosting</a></p></td>
            <td>&nbsp;</td>
            <td valign="top" style="padding-right:10px" class="general-right"><p><br>
                <strong>mail2web.com
              is a world-wide Internet-based services and application provider
              for consumers and businesses.</strong></p>
              <p>mail2web.com is best known for its
                email retrieval application used by over 16 million users in over
                220 countries, but also provides efficient and cost effective business
                solutions.</p>
              <p><span class="ttl-green">Services</span>
                <br>
                &#8226; <a href="http://mail2web.com">Email  Hosting Services</a><br>
                &#8226; <a href="http://mail2web.com/mobile-email">Email  On Mobile</a><br>
                &#8226; <a href="http://mail2web.com/mobile-email/">Push  Email</a><br>
              &#8226; <a href="http://mail2web.com/activesync-calendar-sync/">Calendar  Sync</a><br>
              &#8226; <a href="http://mail2web.com/activesync">Active  Sync</a><br>
              &#8226; <a href="http://mail2web.com/blackberry-email/">Blackberry Email</a><br>
              &#8226; <a href="http://mail2web.com/iphone-email/">iPhone Email</a><br>
              &#8226; <a href="http://mail2web.com/windows-mobile-email/">Windows Mobile Email</a></p></td>
            </tr>
          
          <tr>
            <td style="padding:35px 0 35px 100px"><img src="http://168.144.229.73/skins/myhosting/images/smallbusinessspecialist.png" width="150" height="73"/></td>
            <td>&nbsp;</td>
            <td style="padding:35px 0 35px 110px"><img src="http://168.144.229.73/skins/myhosting/images/logo_msgold.gif" width="130" height="65" /></td>
          </tr>
          <tr>
            
            <td style="padding-left:3px"><!-- Begin -  Site: mail2web.com Zone: myhosting parked pages -->
<script language="javascript" type="text/javascript">
<!--
var browName = navigator.appName;
var browDateTime = (new Date()).getTime();
var browVersion = parseInt(navigator.appVersion);
var ua=navigator.userAgent.toLowerCase();
var adcode='';
if (browName=='Netscape'){
     if (browVersion>=5) 
          { document.write('<ifr'+'ame src="http://banman.mail2web.com/a.aspx?ZoneID=45&amp;Task=Get&amp;Browser=NETSCAPE6&amp;SiteID=1&amp;X=' + browDateTime  + '" width=341 height=212 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No></ifr'+'ame>'); }
     else if ((browVersion>=4)&&(ua.indexOf("mac")==-1))
          { document.write('<s'+'cript src="http://banman.mail2web.com/a.aspx?ZoneID=45&amp;Task=Get&amp;Browser=NETSCAPE4&amp;SiteID=1&amp;X=' + browDateTime  + '">');
          document.write('</'+'scr'+'ipt>');
          document.write(adcode); }
     else if (browVersion>=3) 
          { document.write('<a href="http://banman.mail2web.com/a.aspx?ZoneID=45&amp;Task=Click&amp;Mode=HTML&amp;SiteID=1&amp;PageID=' + browDateTime + '&RandomNumber=' + browDateTime  + '" target="_blank"><img src="http://banman.mail2web.com/a.aspx?ZoneID=45&amp;Task=Get&amp;Mode=HTML&amp;SiteID=1&PageID=' + browDateTime + '&RandomNumber=' + browDateTime  + '" width="341" height="212" border="0" alt=""></a>'); } }
else
     { document.write('<ifr'+'ame src="http://banman.mail2web.com/a.aspx?ZoneID=45&amp;Task=Get&amp;SiteID=1&amp;X=' + browDateTime  + '" width=341 height=212 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No></ifr'+'ame>'); }
// --> 
</script>
<noscript>
    <a href="http://banman.mail2web.com/a.aspx?ZoneID=45&amp;Task=Click&amp;Mode=HTML&amp;SiteID=1&amp;PageID=42703" target="_blank">
    <img src="http://banman.mail2web.com/a.aspx?ZoneID=45&amp;Task=Get&amp;Mode=HTML&amp;SiteID=1&amp;PageID=42703" width="341" height="212" border="0"  alt="" ></a>
</noscript>
<!-- End -  Site: mail2web.com Zone: myhosting parked pages --></td>
            <td>&nbsp;</td>
            <td style="padding-left:10px"><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
new fadeshow(fadeimages, 341, 212, 0, 3000, 1, "R")

                </script></td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
            <td>&nbsp;</td>
          </tr>
          <tr>
            <td align="right"><a href="http://myhosting.com/web-hosting/windows-hosting/" target="_blank"><img src="http://168.144.229.73/skins/myhosting/images/logo-btm-myhosting.gif" alt="Windows Hosting" width="91" height="27" border="0"></a></td>
            <td>&nbsp;</td>
            <td align="left"><a href="http://mail2web.com/" target="_blank"><img src="http://168.144.229.73/skins/myhosting/images/logo-btm-mail2web.gif" alt="Email Hosting" width="87" height="27" border="0"></a></td>
          </tr>
        </table>
      </div></td>
    </tr>
    
    <tr><td colspan="2"><img src="http://168.144.229.73/skins/myhosting/images/footer-new.gif" width="763" height="44" border="0"></td> </tr>
    <tr> 
      <td colspan="2">&nbsp;</td>
    </tr>
  </table>
<iframe width="728" height="90" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" src="http://www.mail2web.com/cgi-bin/banner/ad.asp?zone=16"><ilayer src="http://www.mail2web.com/cgi-bin/banner/ad.asp?zone=16"><a href="http://myhosting.com/" target="_blank"><img src="http://www.mail2web.com/images/banners/defaults/zone16.gif" width="728" height="90" align="top" border="0" alt /></a></ilayer></iframe>
</div>
</body>
</html>