|
Welcome To My Office: How To Set Up So You Can Work From Home.
function atl_GetQuickHelpUrl() {
return "/Shared/Content/DynamicHtmlContent.asmx/GetQuickHelpContent?prog_id=284885";
}
.pch_divnav {border: solid #FF4200 1px;
border-bottom: solid #FF4200 4px;
background-color: #fff;
min-width:162px; _width:162px;
text-align:left; z-index: 200; position: absolute; top: 29px; left: 0px;
visibility: hidden;}
.pch_bkg_mbc {background-color: #FF4200;}
.pch_cref, a.pch_cref, a.pch_cref:link, a.pch_cref:visited, a.pch_cref:hover {color:#ffffff;}
.pch_vr {padding: 0; width: 1px; height: 30px; background-color: #ffffff;}
.pch_bkg_arw {background-color: #ffffff; font-size: 1px; line-height:1px;}
.pch_ndiv{padding: 0 6px 0 8px; color: #000; white-space: nowrap; line-height: 20px;}
a.pch_nref, a.pch_nref:link, a.pch_nref:visited{text-decoration: none; color: #000;}
a.pch_nref:hover{text-decoration: underline; cursor: pointer; color: #000;}
a.pch_nref:active{text-decoration: underline; color: #000;}
var pchj_resCookie = "SiteWidth284885";
var pchj_tempCookie = "SiteWidthTemp284885";
function res_getCookieDomain()
{
var hname = window.location.hostname;
var dname = '';
var tldstart = hname.lastIndexOf('.');
if (tldstart < 0){dname = '.' + hname;}
else{
if (hname.lastIndexOf('.', tldstart - 1) > -1){dname = hname.substr(hname.lastIndexOf('.', tldstart - 1));} //finds the domain start
else{dname = '.' + hname;}
}
return dname;
}
function pchj_deleteCookie(name, path, domain) {
if (res_getCookie(name)) {document.cookie = name + "=" + ((path) ? ";path=" + path : "") + ((domain) ? ";domain=" + domain : "") + ";expires=Thu, 01-Jan-1970 00:00:01 GMT";}
}
function res_setCookie(name, value, expires, path, domain, secure) {
var curCookie = name + "=" + value +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "");
document.cookie = curCookie;
}
function res_getCookie(name) {
var dc = document.cookie;
var prefix = name + "=";
var begin = dc.indexOf("; " + prefix);
if (begin == -1) {
begin = dc.indexOf(prefix);
if (begin != 0) return null;
} else
begin += 2;
var end = document.cookie.indexOf(";", begin);
if (end == -1)
end = dc.length;
return dc.substring(begin + prefix.length, end);
}
function res_setResolution(width, perminent, refresh)
{
var hasCookie;
var currentDT = new Date();
var expireDT = new Date(Date.parse(currentDT.getDay() + "/" + currentDT.getMonth() + "/" + (currentDT.getFullYear() + 1)));
res_setCookie(pchj_resCookie, width, expireDT, "/", res_getCookieDomain());
if (perminent){pchj_deleteCookie(pchj_tempCookie, "/", res_getCookieDomain());}
else {res_setCookie(pchj_tempCookie, screen.width, expireDT, "/", res_getCookieDomain());}
if (refresh == true) {
hasCookie = (res_getCookie(pchj_resCookie)!=null);
if (hasCookie){window.location = window.location;}
}else{
hasCookie = (res_getCookie(pchj_tempCookie)!=null);
if((!hasCookie)||(!perminent)){document.getElementById('res_option').style.display='none'; document.getElementById('res_option_sb').style.display='none';}
}
}
function res_checkFor800() {
var hasCookie = (res_getCookie(pchj_resCookie)!=null);
if (!hasCookie){
var currentDT = new Date();
var expireDT = new Date(Date.parse(currentDT.getDay() + "/" + currentDT.getMonth() + "/" + (currentDT.getFullYear() + 1)));
if (screen.width < 1000) {
res_setCookie(pchj_resCookie, "800", expireDT, "/", res_getCookieDomain());
hasCookie = (res_getCookie(pchj_resCookie)!=null);
if (hasCookie){window.location = window.location;}
}
else {res_setCookie(pchj_resCookie, "1000", expireDT, "/", res_getCookieDomain());}
}
}
res_checkFor800();
var secSet = null;
var activeTimer = null;
var bHover = '';
var img = '';
var agt=navigator.userAgent.toLowerCase();
var is_safari = agt.indexOf("safari")!=-1;
var is_ie = agt.indexOf("msie")!=-1;
var is_ie6under = false;
if (is_ie) is_ie6under = (agt.indexOf("msie 6")!=-1 || agt.indexOf("msie 5")!=-1 || agt.indexOf("msie 4")!=-1);
var pchj_idpredirect = '';
function pchj_setIdpRedirect(idpredirect) {
pchj_idpredirect = idpredirect;
}
function pchj_hov(idval){
if(document.getElementById(idval+'a')){document.getElementById(idval+'a').style.visibility = 'hidden';}
else if(idval=='pch_pwx'){document.getElementById('pch_pw_dd').className = 'pchb pch_ov_ugo';}
else if(idval=='pch_shx'){document.getElementById('pch_sh_dd').className = 'pchb pch_ov_ugo';}
}
function pchj_off(idval){
if(document.getElementById(idval+'a')){document.getElementById(idval+'a').style.visibility = '';}
else if(idval=='pch_pwx'){document.getElementById('pch_pw_dd').className = 'pchb pch_ov_dgo';}
else if(idval=='pch_shx'){document.getElementById('pch_sh_dd').className = 'pchb pch_ov_dgo';}
}
function pch_blurlogin(state) {
if (state=='load'){
if (document.getElementById('loginname').value!=''){
document.getElementById('pch_undiv').style.display='none';}
}
else if (state=='over'){
if(document.getElementById('pch_undiv').style.display==''){
document.getElementById('pch_undiv').style.display='none';}
}
else
{
if (document.getElementById('loginname').value==''){
if (document.getElementById('login_focus').value!='true'){
document.getElementById('pch_undiv').style.display='';
if (!pch_loginnameDone){document.onmousemove = '';}
}
}
}
}
function pch_blurpass(state) {
if (state=='load'){
if (document.getElementById('password').value!=''){
document.getElementById('pch_pwdiv').style.display='none'; return true;}
}
else if (state=='over'){
if(document.getElementById('pch_pwdiv').style.display==''){
document.getElementById('pch_pwdiv').style.display='none';}
}
else{
if (document.getElementById('password').value==''){
if (document.getElementById('pass_focus').value!='true'){
document.getElementById('pch_pwdiv').style.display='';
pch_loginnameDone = false;
}
}
}
}
function pch_checkpass() {
if (!pch_loginnameDone){
if (pch_blurpass('load')) {pch_loginnameDone = true; document.onmousemove = '';}
}
}
function pchj_passwatch(){if ((pch_loginnameField.onfocus)&&(!pch_loginnameDone)) {document.onmousemove = pch_checkpass;}}
function pchj_loginex(login, password, target, ci, ev)
{
var loginBox = document.getElementById('loginname');
var passwordBox = document.getElementById('password');
loginBox.value = login;
passwordBox.value = password;
var idp = 'https://idp.securepaynet.net/login.aspx?ci=' + ci + '&prog_id=284885&spkey=SPSWNET-CORPWEB109&target='+target;
var frm;
if (document.pchFL){frm = document.pchFL;}
else {frm = document.forms[0];}
if (frm.__VIEWSTATE){frm.__VIEWSTATE.name = 'NOVIEWSTATE';}
if (frm.__EVENTTARGET){frm.__EVENTTARGET.name = 'NOEVENTTARGET';}
frm.action = idp; frm.method = 'POST';
pchj_mout('pch_pw'); frm.submit();
return pchj_cancelEvent(ev);
}
function pchj_login_action(frm)
{
var idp = ('https://idp.securepaynet.net/login.aspx?ci=9106&prog_id=284885&spkey=SPSWNET-CORPWEB109');
var mya = ('https://mya.securepaynet.net/login_redirect.aspx');
idp += '&signalnonorig=' + encodeURIComponent(mya);
if (pchj_idpredirect != '') {idp += '&target=' + pchj_idpredirect;}
frm.action = idp; return true;
}
function pchj_key_name(frm,e){
var keycode;
if (window.event) keycode = window.event.keyCode;
else if (e) keycode = e.which;
if (keycode == 13){pch_blurpass('load');}
}
function pchj_search(ev){
var frm; var okSubmit = true;
if(document.pchFS){frm = document.pchFS;} else {frm = document.forms[0];}
var pc_opt = frm.pch_active_search.value;
var pc_action = frm.elements[pc_opt+'_action'].value;
var pc_field = frm.elements[pc_opt+'_field'].value;
var pc_value = frm.searchField.value;
if(frm.elements[pc_field]){frm.elements[pc_field].value=pc_value;}
else{frm.searchField.name = pc_field;}
if(pc_opt=='pch_sdomain') {if (!pchj_domain(pc_value)){okSubmit = false; frm.searchField.value='';}}
if(pc_opt=='pch_swhois') {if (!pchj_domain(pc_value)){okSubmit = false; frm.searchField.value='';}}
if(pc_opt=='pch_ssite') {if (!pchj_site(pc_value)){okSubmit = false; frm.searchField.value='';}}
if(pc_opt=='pch_shelp') {
var win=window.open(pc_action+'&'+pc_field+'='+pc_value, '_pch_help', 'left=10,bottom=10,resizable=yes,scrollbars=yes,width=800,height=500');
if (win){win.focus();}
document.getElementById('pch_active_text').value='Help Center Search'; frm.searchField.value=document.getElementById('pch_active_text').value; frm.searchField.className='pch_t11 pch_ti pch_i_ss';
okSubmit = false;
} else {frm.target='_self'; frm.method = 'POST';}
if (okSubmit){
if (frm.__VIEWSTATE){frm.__VIEWSTATE.name = 'NOVIEWSTATE';}
frm.action = pc_action; frm.submit();
}
return pchj_cancelEvent(ev);
}
function pchj_cancelEvent(ev) {
if (!ev) return false;
ev.returnValue = false;
ev.cancelBubble = true;
if (ev.stopPropagation) ev.stopPropagation();
if (ev.preventDefault) ev.preventDefault();
return false;
}
function pchj_inApp_hideDDs(sect){
pchjNav('pch_dn',sect,'hide','ov');pchjNav('pch_ho',sect,'hide','ov');pchjNav('pch_ws',sect,'hide','ov');pchjNav('pch_em',sect,'hide','ov');pchjNav('pch_sc',sect,'hide','ov');pchjNav('pch_bs',sect,'hide','ov');
}
function pchj_notaDD(idval){return false;}
function pchj_lnk(link)
{if(link.match('http://help.securepaynet.net/')){
window.open(link,'_pch', 'left=20,top=20,resizable=yes,scrollbars=yes,width=800,height=620');
}else{window.open(link,'_self');}
function pchj_myalnk(link)
{if(window.MYAFilterLinks){MYAFilterLinks(link);}
window.open(link,'_self');}
}
function pchj_blurBox(){
if(document.RegisterDomainForm)
{
if(document.RegisterDomainForm.domainToCheck){document.RegisterDomainForm.domainToCheck.blur();}
if(document.RegisterDomainForm.fblur){document.RegisterDomainForm.fblur.value=1;}
}
if(document.LookupForm)
{
if(document.LookupForm.domainToCheck){document.LookupForm.domainToCheck.blur();}
if(document.LookupForm.fblur){document.LookupForm.fblur.value=1;}
}
}
function pchj_cartclose() {
atlChiClose();
}
function pchj_internationalclose() {
atlIsiClose();
}
function pchj_mout(div){bHover='';window.status='';pchj_setDDTimeout(div);}
function pchj_movr(div,status){
if(div=='pch_dn'){
pchj_blurBox();}
if(is_safari){
bHover=status;window.status=status;pchj_setDD(div,status,false);}
else{
bHover=status;window.status=status;setTimeout('pchj_setDD(\'' + div + '\', \'' + status + '\', false)',400);}
}
function pchj_uout(div){pchj_setDDTimeout(div);}
function pchj_uovr(div){pchj_setDD(div,'',true);}
function pchj_pout(div, item){window.status='';pchj_setDDTimeout(div);}
function pchj_povr(div, link, item){window.status=link;document.getElementById(div).style.display='';pchj_setDD(div,'',true);}
function pchj_sout(sline, div, bkgem){
var bkg = document.getElementById(sline).style.backgroundColor.toString();
if((bkg!='#bbb')&&(bkg!='rgb(187, 187, 187)')){document.getElementById(sline).style.backgroundColor='#fff';}
window.status='';pchj_setDDTimeout(div);
}
function pchj_sovr(sline, div, link, item){
var bkg = document.getElementById(sline).style.backgroundColor.toString();
if((bkg!='#bbb')&&(bkg!='rgb(187, 187, 187)')){document.getElementById(sline).style.backgroundColor='#eee';}
window.status=link;pchj_setDD(div,'',true);
}
function pchj_findDiv(n, d) {
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i 99) {
counttext = '**';
}
cartButton.className = 'pchb pch_ct_but_full';
cartCountDiv.innerHTML = counttext;
cartCountTip.title = itemcount + ' items in your cart.';
}
else {
cartButton.className = 'pchb pch_ct_but_empty';
cartCountDiv.innerHTML = '';
cartCountTip.title = 'Cart is empty.';
}
}
function pch_checkfields() {('pch_blurpass(\'load\')',250); setTimeout('pch_blurlogin(\'load\')',250);}
function pchj_setup(){
if(document.getElementById('searchField').value!='Search'){document.getElementById('searchField').className='pch_i_ss';}
document.getElementById(document.getElementById('pch_active_search').value).style.backgroundColor='#bbb';
document.getElementById('searchField').value=document.getElementById('pch_active_text').value;
if (res_getCookie(pchj_tempCookie)!=null){
document.getElementById('res_id_table').className='pch_res_table';
document.getElementById('res_id_td1').className='pch_t1 pch_res_td1';
document.getElementById('res_id_td2').className='pch_t1 pch_res_td2';
if (document.getElementById('res_id_icn')){document.images['res_id_icn'].src = 'https://imagesak.securepaynet.net/fos/icn/icn_viewnarrow.png';}
document.getElementById('res_option').style.display='';
document.getElementById('res_option_sb').style.display='';
}
}
24/7 Sales & Support
(02) 9113 5907
Log in to Account:
Username/Customer #
Forgot your password?
Create a new account.
Log out.
Password
Create Account
Welcome!
Log out
|
Account Manager
|
Change Password
var isiTargetDiv = document.getElementById('pch_fl');
atlIsiInitializeEx(isiTargetDiv, 'https://www.securepaynet.net/', '?ci=13559&prog_id=284885');
var flagGif = 'https://imagesak.securepaynet.net/fos/icn/country_flags/' + atlIsiGetFlag('284885') + '.gif';
var flagImg = document.getElementById('pch_fl_flag');
flagImg.src = flagGif;
var currencyTypeName = atlIsiGetCrncyType('284885');
var currencyTypeLink = document.getElementById('pch_crncylink');
currencyTypeLink.innerHTML = currencyTypeName;
var chiTargetDiv = document.getElementById('pch_ct');
atlChiInitializeEx(chiTargetDiv, 'https://www.securepaynet.net/', '?ci=13561&prog_id=284885');
Home · ICANN · My Account · What's New · About Us · FAQ · Support
Domain Name Search
Help Center Search
My Domain Names
Renew Domains
Assign an AccountExec
Register Domains
Transfer Domains
Bulk Registration
Bulk Transfer
Internationalized Domain Names (IDN)
Private Registration
Deluxe Registration
Protected Registration
Backorder Domains
Forwarding & Masking
Domain Name Appraisals
Business Registration
Certified Domain
Domain Names
My Hosting Accounts
Hosting Plans
Virtual Dedicated Servers
Dedicated Servers
Quick Blogcast
Dedicated IP
Search Engine Visibility
Site Analytics
Web Hosting
My SSL Certificates
See All Certificates
SSL Certificates
My Email Account
Check My Web Mail
Email Plans
Hosted Exchange Email
Contact Manager (CRM)
Online File Folder
Fax Thru Email
Express Email Marketing®
Calendar
Email Accounts
My Ecommerce Products
Quick Shopping Cart®
Search Engine Visibility
Contact Manager (CRM)
Site Surveys
Express Email Marketing®
Fax Thru Email
Quick Blogcast
Marketing Tools
My Websites
WebSite Tonight®
Photo Album
Quick Shopping Cart®
Search Engine Visibility
Quick Blogcast
Build a Website
Quick Find
Work from Home
Register for HileTech email updates
Domain Names
How Domains Work
Register a Domain Name
Evaluate a Domain Name
Web Hosting
Find the Right Hosting Plan
Start a Blog or Podcast
SSL Certificates
Secure Your Website
Email Accounts
Secure, Reliable Email
Marketing Tools
Search Engine Visibility
Email Marketing
Build a Website
Build a Website With Ease
Build a Quick Shopping Cart
If you
wake up on Monday morning and choose not to go to work, will you
still get paid? It may surprise you that for millions of people,
just like you, the answer is yes!
It has been estimated that
there are almost 1 million home based businesses in Australia (business.gov.au)
and the working arrangements for most parent couples (63%) who
are employed have included at least some days working from home
(ABS).
I am using Australia as an example because that's where I work.
Similar trends can be seen in the United States and elsewhere.
Imagine
having the freedom to choose when and where you work -at least
part of the time. Do you think you could achieve the work, life
balance this way?
You can
learn how to set up and work from home from someone who has
advised dozens of businesses on how to help their employees do
the same.
Whether you
own a business or work for someone else, work as a web designer
or copywriter, study a private course or at a university, this
book will teach you how to:
Convince
your employer that, sometimes, working from home is the best
option
Setup
your home office so you can be more productive and
comfortable
Organise
your time so that you are more effective at accomplishing
tasks
Set up
so you can work from almost anywhere you like, not just at
home
Danny Hile
has worked from home either on a part time or a full time basis
for over 10 years. He has worked from home as a student,
employee, sales consultant and small business owner. Danny has
also worked as a unified communications specialist and has
helped other business owners set up so their employees can work
from home.
The book
"Welcome to My Office" is available for a limited time at the
introductory price of $12.95. PLUS you get access to over 30
quick time management tips for free. You can download your
e-book, "Welcome to My Office" instantly after payment (This
item is available in PDF format. If you don't know what that is,
we'll show you how to download a free reader). We will forward
your free time management tips by email, within 48 hours after
payment. If, for any reason, you are not
completely satisfied with your purchase you can return it within
60 days for a full refund.
Bonus Offer
For a
limited time, if your order the "Welcome to My Office"
(work from home) e-book, you
will also get over 30 time management tips. These tips will help
you stay organised and achieve your work goals quickly. These
are the same tips used by successful executives in some of the
world's largest companies.
My Unconditional, No Questions Asked, 100% Money Back Guarantee:
If, for any
reason, you are not completely satisfied with your purchase, you
are entitled to a full refund within 60 days of purchase.
You will be unable to use the e-book "Welcome to My Office"
after that but
the free bonuses are yours to keep no matter what.
In Summary
At a time
when our quality of life should be better than ever, you are
probably finding that work pressure is increasing and the work/
life balance appears to be further away then ever. You are not
alone.
Thousands of
Australians are choosing to work from home to help them spend
more time with their family and enjoy life.
You need to
decide what you want your working future to be like and discover
the steps you need to make that vision a reality. This book can
help you and your family break away from the rat race and start
to take control.
Order today at the special price of $12.95 and download "Welcome
to My Office" PLUS your free bonus "30 Tips to Help Manage Your
Time".
"WELCOME TO
MY OFFICE: HOW TO SET UP SO YOU CAN WORK FROM HOME...A PARK, A
BEACH, A CAFE OR JUST ABOUT ANYWHERE"
PURCHASE SECURELY THROUGH CLICKBANK
Help and Support
Australian
Support
U.S. &
International
Frequently
Asked Questions
Products & Services
Catalogue
My Account
Shopping
Cart
What's New
Resources
WHOIS
search
Affiliates
Link to Us
About
HileTech
About
HileTech
HileTech
for Retail
Partner
Websites
Hile
Consulting
101ideas.com.au
pchj_setup();
var pch_loginnameField = document.getElementById('loginname');
var pch_loginnameDone = false;
if (pch_loginnameField){pch_loginnameField.onclick = pchj_passwatch;}
pchj_mout('pch_sh');
tfObj.process();Secure Socket Layer
//
//
//
pcSetLogInEx("False", "","","","");
pcSetCart(0);
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try {
var pageTracker = _gat._getTracker("UA-10885766-1");
pageTracker._trackPageview();
} catch(err) {}
|
|