ÿþ<html> <head> <title>CANWEST HOST Basic Reseller Program</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Pragma" content="no-cache"> <meta name="description" content="Pay less for domain names. Register your .com, .net and .org domains. Bulk pricing and private domain name registration options. Web hosting and email accounts available."> <meta name="keywords" content="domain name, domain registration, registrar, renewal, transfer domain, cheap, inexpensive, domain, register, DNS, URL, web address, internet address, web site name, bulk domain registration, buy domain, private domain registration, bulk price, .com, .net, .org, .biz, .us, .info, CANWEST HOST"> <link rel="stylesheet" type="text/css" href="https://www.securepaynet.net/gdshop/privatelabel.css"> <style> a.sb:link,a.sb:active,a.sb:hover,a.sb:visited,.sb{font-size: 11px; font-weight:bold; color:#2f2f2f; text-decoration:none;} .sbred{color: #cc0000; font-weight:normal; font-size: 9px;} .row1{font-size: 11px; width:185px; padding: 4px 2px 4px 2px;} .row2{font-size: 11px; width:185px; padding:4px 2px 4px 2px; border-top:1px solid #444444;} .row3{font-size: 1px; line-height: 1px; width:185px; border-bottom:1px solid #444444;} .row4{font-size: 11px; width:185px; padding:4px 2px 4px 2px; border-top:1px solid #444444;background-color:#f2f2f2; } .row5{font-size: 11px; width:185px; padding:4px 2px 4px 2px; border-top:1px solid #444444;background-color:#669933; } .sub_inner{padding: 2px 2px 2px 2px;} .sub{width:185px; background-color:#f2f2f2; color:#2f2f2f; font-size: 11px; border-top: 1px solid #444444;} .sblist{list-style-type:square; list-style-image:url('https://imagesak.securepaynet.net/aaa/common/0/bul_li_sized.gif'); padding: 0px 0px 0px 23px; list-style-position: outside; margin-top: 0px; margin-left: 0px; margin-bottom: 0px;} .sblist2{padding: 4px 0px 0px 23px; list-style-position: outside; margin-top: 0px; margin-left: 0px; margin-bottom: 0px;} .sbli{text-indent: 0px; padding: 2px 0px 0px 0px; margin-top: 0px; margin-left: 0px; margin-bottom: 0px;} a.sblink:link,a.sblink:active,a.sblink:hover,a.sblink:visited,.sblink{color:#2f2f2f; text-decoration:none;} </style> <script language="javascript"> if (document.images){ status_open = new Image();status_close = new Image(); status_open.src = "https://imagesak.securepaynet.net/aaa/sb/bul_open.gif";status_close.src = "https://imagesak.securepaynet.net/aaa/sb/bul_close.gif";} function gosb(url,t){ if(t == "")t="_self";window.open(url,t);} function sbStatus(){ var dpClosed = false; var item = new Array("qs","mc","ma","s","e","rp","b","cr","mr","mn","rg"); //sidebar open/close for(x=0;x<item.length;x++){ if(getCookie('sidebar_' + item[x]) == "1"){ if(document.images [item[x]+"_img"]) document.images [item[x]+"_img"].src = status_close.src; if(document.getElementById(item[x]+'_div')) document.getElementById(item[x]+'_div').style.display = ""; if((item[x]=="rp")||(item[x]=="s")) dpClosed = true;} } var item = new Array("customize","test");//landing page open/close for(x=0;x<item.length;x++){ if(getCookie('sidebar_' + item[x]) == "1"){ if (document.images [item[x]+"_img"]){ document.images [item[x]+"_img"].src = status_open.src;document.getElementById(item[x]+'_div').style.display = "none";} }}} function checkHome(item) { //homepage sidebar hasn't been activated yet, reload var url = "https://www.securepaynet.net/gdshop/default.asp?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=&sb=1&item=sbitem"; url = url.replace('sbitem', item);window.open(url,'_self');} function togSB(item){ if(document.images [item+"_img"]) document.images [item+"_img"].src = (document.images [item+"_img"].src == status_open.src) ? status_close.src:status_open.src; if(document.getElementById(item+'_div')) document.getElementById(item+'_div').style.display = (document.getElementById(item+'_div').style.display=="none") ? "":"none"; if(getCookie('sidebar_' + item) == "1"){ eraseCookie('sidebar_' + item); if((document.getElementById('dp_divB'))&&(getCookie('sidebar_rp') != "1")&&(getCookie('sidebar_s') != "1")) document.getElementById('dp_divB').style.display = ""; } else{ createCookie('sidebar_' + item,1,''); if((document.getElementById('dp_divB'))&&((getCookie('sidebar_rp') == "1")||(getCookie('sidebar_s') == "1"))) document.getElementById('dp_divB').style.display = "none"; }} function linkSB(url){ location.href = url;} function createCookie(name,value,days){ if (days){ var date = new Date(); date.setTime(date.getTime()+(days*24*60*60*1000)); var expires = "; expires="+date.toGMTString();} else var expires = ""; document.cookie = name+"="+value+expires+"; path=/"; } function getCookie(name){ var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++){ var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);} return null; } function eraseCookie(name){ createCookie(name,"",-1);} function editSBselected(theForm, theVal, theDomain){ if (theVal){ theForm.searchSBselected.value = theForm.searchSBselected.value + '|' + theDomain + '|'} else{ var theStr = theForm.searchSBselected.value;theStr = theStr.replace('|' + theDomain + '|', '');theForm.searchSBselected.value = theStr }} function checkSBDomain(searchForm){ var canSubmit = false; var searchValue; if ('' == '' && searchForm.domainToCheck){ searchValue = searchForm.domainToCheck.value; if (searchValue != ''){ var regExInvalidChars = /[^a-zA-Z0-9-\s.]+/; if (regExInvalidChars.test(searchValue)){ alert('Invalid character in domain.\n\nOnly letters, numbers or hyphens are allowed.')} else{ canSubmit = true;} } } if (canSubmit){ return true; } else{ return false;} } </script> <script language="javascript"> <!-- function enterkey(frm,e){ var keycode; if (window.event) keycode = window.event.keyCode; else if (e) keycode = e.which; if (keycode == 13) frm.submit(); } function popPage(pagename, cici, progid, apphdr){ var pgurl = 'isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=0&ci=cici'; pgurl = pgurl.replace('cici', cici); if (progid != '') pgurl = pgurl.replace('canwesthost', progid); if (apphdr != '') pgurl = pgurl.replace('hdr=0', 'hdr=' + apphdr); if (pagename.indexOf('?') <= 0){ pgurl = '?' + pgurl} else{ pgurl = '&' + pgurl} if ((pagename.indexOf('http://') < 0)&&(pagename.indexOf('https://') < 0)){ pgurl = ('https://www.securepaynet.net/gdshop/' + pagename + pgurl);} else{ pgurl = (pagename + pgurl); } var win=window.open(pgurl, 'spop', 'left=20,top=20,resizable=yes,scrollbars=yes,width=610,height=620'); } function popPage2(pagename, cici, progid, apphdr,w,h){ var pgurl = 'isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=0&ci=cici'; pgurl = pgurl.replace('cici', cici); if (progid != '') pgurl = pgurl.replace('canwesthost', progid); if (apphdr != '') pgurl = pgurl.replace('hdr=0', 'hdr=' + apphdr); if (pagename.indexOf('?') <= 0){ pgurl = '?' + pgurl} else{ pgurl = '&' + pgurl} if ((pagename.indexOf('http://') < 0)&&(pagename.indexOf('https://') < 0)){ pgurl = ('https://www.securepaynet.net/gdshop/' + pagename + pgurl);} else{ pgurl = (pagename + pgurl); } var win=window.open(pgurl, 'spop', 'left=20,top=20,resizable=yes,scrollbars=yes,width='+w+',height='+h); } function popAnchor(pagename, cici, anchor){ var pgurl = 'isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=0&ci=cici'; pgurl = pgurl.replace('cici', cici); if (pagename.indexOf('?') <= 0){ pgurl = '?' + pgurl} else{ pgurl = '&' + pgurl} if ((pagename.indexOf('http://') < 0)&&(pagename.indexOf('https://') < 0)){ pgurl = ('https://www.securepaynet.net/gdshop/' + pagename + pgurl);} else{ pgurl = (pagename + pgurl); } if (anchor != '') pgurl = pgurl + '#' + anchor var win=window.open(pgurl, 'spop', 'left=20,top=20,resizable=yes,scrollbars=yes,width=610,height=620'); } function popFaq(article_id){ var faqurl = 'http://help.securepaynet.net/article.php?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=0&article%5Fid=fff'; faqurl = faqurl.replace('fff', article_id); var win=window.open(faqurl, 'spop', 'left=20,top=20,resizable=yes,scrollbars=yes,width=610,height=620'); } function popFaqTopic(topic_id){ var faqurl = 'http://help.securepaynet.net/article_list.php?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=0&topic%5Fid=fff'; faqurl = faqurl.replace('fff', topic_id); var win=window.open(faqurl, 'spop'); } function popFaqTopic2(topic_id){ var faqurl = 'http://help.securepaynet.net/topic_list.php?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=0&topic%5Fid=fff'; faqurl = faqurl.replace('fff', topic_id); var win=window.open(faqurl, 'spop'); } var internal_clicked = false; //for abandon popup function processLinks(){ //set internal_clicked on all links var links = document.getElementsByTagName("A"); for (var i=0; i < links.length; i++){ if(!links[i].onclick) links[i].onclick = function(){internal_clicked = true;}} //set internal_clicked on all form submits var forms = document.getElementsByTagName("FORM"); for (var i=0; i < forms.length; i++){ if(!forms[i].onsubmit) forms[i].onsubmit = function(){internal_clicked = true;}} } function abandonWin(){ if (!internal_clicked){ //show abandon popup var target = "_abandon"; var url = "https://www.securepaynet.net/gdshop/jump_pages/abandon.asp?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=99&location=locationurl"; var loc = document.location.href; loc += (loc.indexOf('?') > 0) ? "&":"?"; if (loc.indexOf('domainToCheck') < 1) loc += "domainToCheck=&tld=&checkAvail=&currStep=" loc = passedURLEncode(loc); url = url.replace('locationurl', loc); var winWidth = 420; var winHeight = 370; var options = "resizable=0,scrollbars=0,status=0,location=0,menubar=0,toolbar=0,width=" + winWidth + ",height=" + winHeight + ",top=" + ((screen.availHeight - winHeight) /2) + ",left=" + ((screen.availWidth - winWidth) /2) + ",screenX=" + ((screen.availWidth - winWidth) /2) + ",screenY=" + ((screen.availHeight - winHeight) /2) + ","; var win = window.open(url,target,options); win.focus();} } function passedURLEncode(str) { str = str.replace(/\?/g,"!");str = str.replace(/=/g,"^");str = str.replace(/&/g,"$"); return str; } //--> </script></head> <body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0" > <center><div align="center"><div align="center"> <img src="https://imagesak.securepaynet.net/assets/spc_trans.gif" border="0" width="0" height="0" align="right" style="position:absolute;width:0px;height:0px;" alt="Welcome to CANWEST HOST. If you are visually impaired and would like to check the availability of a domain, make a purchase, or just have questions please call us at (480) 624-2500. You may also email us at support.secureserver.net to request a website service callback. We are currently in the process of implementing more accessibility for our visitors so feel free to check back in the near future. Thank you for your interest in our company."> <style> .dd1 { width:146px; border-bottom: solid #333333 1px; padding-left:4px; } .hdrTxt { font-size: 24px; vertical-align: middle; line-height: 55px; font-family: arial, helvetica, sanserif; } .menuButton { FONT-WEIGHT: bold; FONT-SIZE: 14px; font-family: arial, helvetica, sanserif; } .menuButton:link:unknown { COLOR: #ffffff; TEXT-DECORATION: none; font-family: arial, helvetica, sanserif; } .menuButton:visited:unknown { COLOR: #ffffff; TEXT-DECORATION: none; font-family: arial, helvetica, sanserif; } .menuButton:hover:unknown { COLOR: #ffdd33; font-family: arial, helvetica, sanserif; } .menuSelections { color:#FFFFFF; font-weight:bold; height:25px; width:124px; background-image:url(https://imagesak.securepaynet.net/hottestreseller/menubg.gif); color:#FFFFFF; text-align:center; font-family: arial, helvetica, sanserif; } .spanMenuSelections { cursor:hand; text-decoration:none; color:#FFFFFF; font-family: arial, helvetica, sanserif; } </style> <!-- Shop --> <!-- Header --> <div style="width:768px;height:60px;margin-top:5px;"> <div style="width:468px;float:right;"> <div style="font: bold 12px arial, sans-serif;text-align:right;"> <a href="http://www.canwesthost.com/domain_reseller_programs.php" style="color:#CC0000;text-decoration:none;">Reseller Programs</a> | <a href="http://www.canwesthost.com/domain_names.php" style="color:#CC0000;text-decoration:none;" >Domains</a> | <a href="http://www.canwesthost.com/resources.php" style="color:#CC0000;text-decoration:none;">Resources</a> | <a href="http://www.templatewest.com" style="color:#CC0000;text-decoration:none;">Templates</a> | <a href="http://www.canwesthost.com/shopping_cart.php" style="color:#CC0000;text-decoration:none;">Cart</a> | <a href="http://www.canwesthost.com/login.php" style="color:#CC0000;text-decoration:none;">Login</a> | <a href="http://www.canwesthost.com/contact_us.php" style="color:#CC0000;text-decoration:none;">Contacts</a> </div> <div style="width:468px;float:right;text-align:center;font-family:times roman,helvetica,arial;font-size:19px;color:#555555;line-height:40px"> Premier Domain Name & Web Hosting Reseller Progam</div> </div> <div id="logo" style="width:300px;float:left;line-height:60px;"> <a href="http://www.canwesthost.com"><img src="http://www.canwesthost.com/images/canwesthost_logo.gif" border="0" alt="CANWEST HOST - Premier Domain Name and Web Hosting Solutions."></a> </div> </div> <!-- // Header --> <!-- Top Menu Bar --> <div style="width:780px;text-align:center;"> <table id="menuBar_menuTable" cellspacing="0" cellpadding="0" border="0" style="background-color:#5167A1;border-width:0px;width:780px;background-image:url(https://www.canwesthost.com/images/menubg.gif);border-collapse:collapse;"> <tr style="background-image:url(https://imagesak.securepaynet.net/hottestreseller/menubg.gif);"> <td class="menuSelections"> <a class="menuButton" href="http://www.canwesthost.com"> <span class="spanMenuSelections" border="1" height="25">Home</span> </a> </td> <td> <img src="https://imagesak.securepaynet.net/hottestreseller/menu_border.gif" border="0"> </td> <td class="menuSelections"> <a class="menuButton" href="domain_name_basic_reseller.php"> <span class="spanMenuSelections" border="1" height="25">Basic Reseller</span> </a> </td> <td> <img src="https://imagesak.securepaynet.net/hottestreseller/menu_border.gif" border="0"> </td> <td class="menuSelections"> <a class="menuButton" href="http://www.canwesthost.com/domain_name_pro_reseller.php"> <span class="spanMenuSelections" border="1" height="25">Pro Reseller</span> </a> </td> <td> <img src="https://imagesak.securepaynet.net/hottestreseller/menu_border.gif" border="0"> </td> <td class="menuSelections"> <a class="menuButton" href="http://www.canwesthost.com/about_us.php"> <span class="spanMenuSelections" border="1" height="25">Company Info</span> </a> </td> <td> <img src="https://imagesak.securepaynet.net/hottestreseller/menu_border.gif" border="0"> </td> <td class="menuSelections"> <a class="menuButton" href="http://www.canwesthost.com/customer_support.php"> <span class="spanMenuSelections" border="1" height="25">Support</span> </a> </td> <td> <img src="https://imagesak.securepaynet.net/hottestreseller/menu_border.gif" border="0"> </td> <td class="menuSelections"> <a class="menuButton" href="http://www.canwesthost.com/my_account.php"> <span class="spanMenuSelections" border="1" height="25">My Account</span> </a> </td> <td> <img src="https://imagesak.securepaynet.net/hottestreseller/menu_border.gif" border="0"> </td> <td class="menuSelections"> <a class="menuButton" href="http://www.canwestdomains.com"> <span class="spanMenuSelections" border="1" height="25">Buy Domains</span> </a> </td> <td> <img src="https://imagesak.securepaynet.net/hottestreseller/menu_border.gif" border="0"> </td> </tr> </table> </div> <!-- Top Menu Bar --> <!-- end Shop --> <table width="780" cellpadding="0" cellspacing="0" border="0"> <tr> <td><img src="https://imagesak.securepaynet.net/assets/spc_ffffff.gif" border="0" width="780" height="6" alt=""></td> </tr> <tr> <td valign="top" align="center"><font size="2" style="font-size:11px" face="verdana"><div style="line-height: 1px; font-size: 1px;"><img src="https://img.securepaynet.net/image.aspx?page_name=/gdshop/reseller/basic.asp&a=70349_193228&plid=423319&isc=wwbb42&rp=" border="0" width="1" height="1"></div> <link rel="stylesheet" type="text/css" href="https://www.securepaynet.net/gdshop/0.css"> <table qaid="1" width="780" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="top" class="bodyText"><table qaid="2" class="bodyText" width="570" height="116" style="background: url('https://imagesak.securepaynet.net/aaa/reseller/0/hdr_wwd_sr_basic.gif') no-repeat;" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="468"><img src="https://imagesak.securepaynet.net/assets/spc_trans.gif" border="0" width="468" height="1" alt=""></td> <td align="center" valign="top" class="stdHdrLg" style="padding:38px 0px 0px 0px;"> <b></b><br> <img src="https://imagesak.securepaynet.net/assets/spc_trans.gif" border="0" width="88" height="52" alt=""> </td> <td width="14"><img src="https://imagesak.securepaynet.net/assets/spc_trans.gif" border="0" width="14" height="1" alt=""></td> </tr> </table> <div class="s8"> </div> <table qaid="3" class="bodyText" border="0" cellspacing="0" cellpadding="0"> <tr> <td> <b>Build your own successful online business</b>  become a Basic Reseller! CANWEST HOST, provides the very best combination of pricing, products and support available anywhere!<br><br> <b>Getting started is easy</b>  we supply the products, take care of billing and renewals, and back you with support and hand you the management tools& we've even built professional Web sites for you to choose from. </td> <td width="8"> </td> <td align="right" valign="top" class="subText" width="208" background="https://imagesak.securepaynet.net/aaa/reseller/0/img_sr_contact.gif" style="background-repeat: repeat-x;"> <img src="https://imagesak.securepaynet.net/assets/spc_trans.gif" border="0" width="1" height="64" alt=""><br> <b class="stdHdrSm16"></b> <br> <span class="s6"> </span><br> <div align="center" style="padding:3px 0px 0px 0px;"><a qaid="4" href="mailto:resellersales@securepaynet.net">resellersales@securepaynet.net</a></div> </td> </tr> </table> <br><b>Complete, turnkey setup. Your site is up and running from the moment you signup! And, you can customize any one or all of the following...</b><br> <div class="s8"> </div> <table qaid="5" class="bodyText" border="0" cellspacing="0" cellpadding="2"> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/aaa/wwd/img_number_1.gif" border="0" width="30" height="30" hspace="8" vspace=2"></td> <td><b>Pick the products YOU want to sell</b>  Domains, Hosting, Servers, Email, Secure Certificates and much more (<a qaid="6" href="https://www.securepaynet.net/gdshop/reseller/offerings.asp?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=&ci=3418">view list</a>). Activate the products you want to sell, and we'll automatically offer those products to your customers.</td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/aaa/wwd/img_number_2.gif" border="0" width="30" height="30" hspace="8" vspace=2"></td> <td><b>Set the retail pricing YOU want.</b> You set the retail price for each and every product, giving you total profit control. No deposit, minimums or advance purchases required.</td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/aaa/wwd/img_number_3.gif" border="0" width="30" height="30" hspace="8" vspace=2"></td> <td><b>Customize YOUR Web site and shopping cart.</b> Use the Design Wizard to personalize your site with your logo and images. Even customize colors for borders, titles, text and links. Uncomfortable designing your own? Basic Reseller comes complete with six custom designs and color sets. <a qaid="8" href="javascript:void(openInstantSamplePopup())">See a Basic Reseller Site</a>.</td> </tr> </table> <br> <table qaid="9" class="bodyText" bgcolor="#eeeeee" style="border: solid 1px #444444;" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" colspan="5"> <table qaid="53" border="0" cellspacing="0" cellpadding="0" width="100%"> <tr> <td bgcolor="#003399" align="center" colspan="5" class="stdHdrMed" style="color: #ffffff; padding: 2px 0px 8px 0px; border-bottom: solid 1px #444444;"> Become a Basic Reseller for only $89.95/year!<br> <span class="s2"> </span><br> <b class="bodyTextLarger">Here are just some of the extras you get  absolutely FREE!</b> </td> <td align="right" bgcolor="#003399" ></td> </tr> </table> </td> </tr> <tr> <td width="5"> </td> <td valign="top"><span class="s4"> </span><br> <table qaid="10" class="subText" border="0" cellspacing="0" cellpadding="2" width="275"> <tr> <td align="center" valign="top"><a qaid="11" href="https://www.securepaynet.net/gdshop/traffic_blazer/landing.asp?isc=wwbb42&se=%2B&prog%5Fid=domainspricedright&app%5Fhdr=1387&ci=3419" target="_info"><img src="https://imagesak.securepaynet.net/aaa/reseller/icn_tblazer.gif" border="0" width="50" height="46" hspace="3" alt=""></a></td> <td valign="top"><b class="red">FREE Traffic Blazer®</b><br> Easily prepare, analyze, optimize and submit your Web pages to Google, Yahoo!, MSN and other key search engines and directories. <a qaid="12" href="https://www.securepaynet.net/gdshop/traffic_blazer/landing.asp?isc=wwbb42&se=%2B&prog%5Fid=domainspricedright&app%5Fhdr=1387&ci=3420" target="_info">Learn more</a><br> <span class="s4"> </span></td> </tr> <tr> <td align="center" valign="top"><a qaid="13" href="https://www.securepaynet.net/gdshop/blazers/cb_landing.asp?isc=wwbb42&se=%2B&prog%5Fid=domainspricedright&app%5Fhdr=1387&ci=3421" target="_info"><img src="https://imagesak.securepaynet.net/aaa/reseller/icn_email.gif" border="0" width="70" height="53" hspace="3" alt=""></a></td> <td valign="top"><b class="red">FREE Express Email Marketing®</b><br> Keep in contact with your customers the spam-free and legal way. We provide the templates and help you generate the mailing lists. <a qaid="14" href="https://www.securepaynet.net/gdshop/blazers/cb_landing.asp?isc=wwbb42&se=%2B&prog%5Fid=domainspricedright&app%5Fhdr=1387&ci=3422" target="_info">Learn more</a><br> <span class="s4"> </span></td> </tr> <tr> <td align="center" valign="top"><a qaid="55" href="https://www.securepaynet.net/gdshop/hosting/hosting_build_website.asp?isc=wwbb42&se=%2B&prog%5Fid=domainspricedright&app%5Fhdr=1387&ci=3509" target="_info"><img src="https://imagesak.securepaynet.net/aaa/reseller/icn_website.gif" border="0" width="70" height="66" hspace="3" alt=""></a></td> <td valign="top"><b class="red">FREE WebSite Tonight</b><br> Don't think you could build a Web site? Think Again. Simply pick a template, add your own photos or graphics and type your text. Hosting, more than 800 professionally designed templates and more than 8,000 custom, photographic images are included! <a qaid="56" href="https://www.securepaynet.net/gdshop/hosting/hosting_build_website.asp?isc=wwbb42&se=%2B&prog%5Fid=domainspricedright&app%5Fhdr=1387&ci=3510" target="_info">Learn more</a><br> <span class="s4"> </span></td> </tr> <tr> <td align="center" valign="top"><a qaid="15" href="https://www.securepaynet.net/gdshop/ssl/turbo.asp?isc=wwbb42&se=%2B&prog%5Fid=domainspricedright&app%5Fhdr=1387&ci=3423" target="_info"><img src="https://imagesak.securepaynet.net/aaa/reseller/icn_ssl.gif" border="0" width="56" height="51" hspace="3" alt=""></a></td> <td valign="top"><b class="red">FREE SSL Certificate</b><br> A secure certificate is a proven way to reassure your customers that any transaction with your site is up to 256-bit encrypted and secure. <a qaid="16" href="https://www.securepaynet.net/gdshop/ssl/turbo.asp?isc=wwbb42&se=%2B&prog%5Fid=domainspricedright&app%5Fhdr=1387&ci=3424" target="_info">Learn more</a><br> <span class="s4"> </span></td> </tr> <tr> <td align="center" valign="top"><a qaid="49" href="https://www.securepaynet.net/gdshop/email/vsdb_landing.asp?isc=wwbb42&se=%2B&prog%5Fid=domainspricedright&app%5Fhdr=1387&ci=3425" target="_info"><img src="https://imagesak.securepaynet.net/aaa/reseller/icn_off.gif" border="0" width="63" height="52" hspace="3" alt=""></a></td> <td valign="top"><b class="red">FREE Online File Folder</b><br> When you need on-the-go access to any file, Online File Folder gives you access to all your important files and even lets you synchronize files on your computer. <a qaid="50" href="https://www.securepaynet.net/gdshop/email/vsdb_landing.asp?isc=wwbb42&se=%2B&prog%5Fid=domainspricedright&app%5Fhdr=1387&ci=3426" target="_info">Learn more</a><br> <span class="s4"> </span></td> </tr> </table></td> <td width="5"> </td> <td valign="top"><span class="s4"> </span><br> <table qaid="17" class="subText" border="0" cellspacing="0" cellpadding="2" width="275"> <tr> <td align="center" valign="top"><a qaid="18" href="javascript:void(openAdWordsPopup())"><img src="https://imagesak.securepaynet.net/aaa/reseller/icn_google1.gif" border="0" width="70" height="27" hspace="3" alt=""></a></td> <td valign="top"><b class="red">FREE Google® AdWords® Credit*</b><br> Increase your site traffic with $75 Google® AdWords® credit. Your ads could appear alongside/above search results on Google.com and could also appear on sites in the Google Network. <a qaid="19" href="javascript:void(openAdWordsPopup())">Learn more</a><br> <span class="s4"> </span></td> </tr> <tr> <td align="center" valign="top"><a qaid="38" href="javascript:void(openAdCenterPopup())"><img src="https://imagesak.securepaynet.net/aaa/reseller/img_msnadcntr.gif" border="0" width="61" height="34" hspace="3" alt="FREE Microsoft® adCenter Credit"></a></td> <td valign="top"><b class="red">FREE Microsoft® adCenter Credit </b><br> Microsoft® adCenter powers keyword advertising across MSN.com®. Reach new customers when they are looking to buy! <a qaid="39" href="javascript:void(openAdCenterPopup())">Learn more</a><br> <span class="s4"> </span></td> </tr> <tr> <td align="center" valign="top"><a qaid="51" href="https://www.securepaynet.net/gdshop/email.asp?isc=wwbb42&se=%2B&prog%5Fid=domainspricedright&app%5Fhdr=1387&ci=3427" target="_info"><img src="https://imagesak.securepaynet.net/aaa/reseller/icn_dlxemail.gif" border="0" width="62" height="54" hspace="3" alt=""></a></td> <td valign="top"><b class="red">FREE Deluxe Email Account</b><br> Fast, ultra-reliable and secure. Your Deluxe account includes 5 email addresses and 1,000MB total storage. <a qaid="52" href="https://www.securepaynet.net/gdshop/email.asp?isc=wwbb42&se=%2B&prog%5Fid=domainspricedright&app%5Fhdr=1387&ci=3428" target="_info">Learn more</a><br> <span class="s4"> </span></td> </tr> <tr> <td align="center" valign="top"><a qaid="20" href="https://www.securepaynet.net/gdshop/pdf/redirect.asp?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=&pdf=resellerbook%2Epdf&ci=2961" target="_info"><img src="https://imagesak.securepaynet.net/aaa/reseller/icn_quickstart.gif" border="0" width="70" height="60" hspace="3" alt="FREE Reseller Handbook"></a></td> <td valign="top"><b class="red">FREE Reseller Handbook</b><br> Not sure how to use all our products and services? Our handbook leads you every step of the way, including advice and instruction to make the most from your reseller storefront. <a qaid="21" href="https://www.securepaynet.net/gdshop/pdf/redirect.asp?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=&pdf=resellerbook%2Epdf&ci=2961" target="_info">Learn more</a><br> <span class="s4"> </span></td> </tr> <tr> <td align="center" valign="top"><img src="https://imagesak.securepaynet.net/aaa/reseller/icn_support.gif" border="0" width="70" height="73" hspace="3" alt=""></td> <td valign="top"><b class="red">FREE 24/7 Support for You and Your Customers</b><br> We handle all the issues, big or small. We're here whenever you or your customers need us.<br> <span class="s4"> </span></td> </tr> <tr> <td align="center" valign="top"><a qaid="22" href="javascript:void(openMoneybackPopup())"><img src="https://imagesak.securepaynet.net/aaa/reseller/icn_mbg.gif" border="0" width="70" height="57" hspace="3" alt=""></a></td> <td valign="top"><b class="red">FREE 30-day money-back guarantee</b><br> We're so confident you'll enjoy the ease and flexibility of our reseller programs that we back them with our money-back guarantee. <a qaid="23" href="javascript:void(openMoneybackPopup())">Learn more</a><br> <span class="s4"> </span></td> </tr> </table></td> <td width="10"> </td> </tr> </table> <br> <div align="center" class="subText"><b class="stdHdrMed"> Why Wait? Get all this and more<br>when you sign up to become a Basic Reseller!<br> <span class="red">Yes! Sign me up now for just $89.95/year! </span></b><br> <form qaid="24" style="margin: 0px;" name="frm1" id="frm1" method="post" action="https://www.securepaynet.net/gdshop/xt_orderform_addmany.asp?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=&ci=3431"> <input qaid="57" type="hidden" name="parent_group_id_1" id="parent_group_id_1" value="{194999BC-FCFF-4CBB-B632-E56F36ECD50F}"> <input qaid="58" type="hidden" name="group_id_1" id="group_id_1" value="{194999BC-FCFF-4CBB-B632-E56F36ECD50F}"> <input qaid="25" type="hidden" name="item_1" id="item_1" value="1"> <input qaid="26" type="hidden" name="itemtrackingcode_1" id="itemtrackingcode_1" value="slp_basic"> <input qaid="27" type="hidden" name="pf_id_1" id="pf_id_1" value="765002"> <input qaid="28" type="hidden" name="qty_1" id="qty_1" value="1"> <input qaid="59" type="hidden" id="group_id_2" name="group_id_2" value="{194999BC-FCFF-4CBB-B632-E56F36ECD50F}"> <input qaid="25" type="hidden" name="item_2" id="item_2" value="1"> <input qaid="26" type="hidden" name="itemtrackingcode_2" id="itemtrackingcode_2" value="slp_basic"> <input qaid="27" type="hidden" name="pf_id_2" id="pf_id_2" value="272304"> <input qaid="28" type="hidden" name="qty_2" id="qty_2" value="12"> <input qaid="60" type="hidden" name="ov_currentprice_2" value="0"> <input qaid="61" type="hidden" name="ov_listprice_2" value="1295"> <input qaid="62" type="hidden" name="ov_hash_2" value="pdyaogvhtbqfsaiaafohrcfhghceceiazfdiegofqbbccdyexfpekeijgjxcaebh"> <input qaid="54" type="hidden" name="continue_target" value="offers/proreseller_offer.asp"> <input qaid="30" type="hidden" name="config" id="config" value=""> <input qaid="30" type="hidden" name="config" id="config" value="reseller_basic"> <input qaid="31" type="hidden" name="tcount" id="tcount" value="2"> <input type="hidden" name="privatelabelid" value="423319"> <input qaid="32" type="image" name="submit1" value="submit" src="https://imagesak.securepaynet.net/aaa/common/0/but_buynow_lg.gif" border="0" width="161" height="35" vspace="8" alt="BUY NOW!"><br> </form> <a qaid="33" href="javascript:void(openMoneybackPopup())">Our no-risk Money-Back Guarantee</a> <br><br> <span class="subText">*One promotional credit per customer for a new Google® AdWords® account. <a href="javascript:openAdWordsPopup()">View details.</a><br> One promotional credit per customer for a new Microsoft® adCenter account. Promotional credit good only to residents in the 50 United States and Washington D.C. <a href="javascript:openAdCenterPopup()">View details</a>.</span> </div> </td> <td class="bodyText" width="23"> </td> <td valign="top" class="bodyText" width="187"> <table align="center" class="subText" border="0" cellpadding="0" cellspacing="0"> <tr> <td valign="bottom" nowrap style="padding: 0px 1px 3px 0px; font-size: 10px;font-family: arial,helvetica;font-weight: normal;color: #000000;">Set </td> <td> <table border="0" cellspacing="0" cellpadding="0"> <form style="margin: 0px;" name="money"> <tr> <td valign="bottom" nowrap style="padding: 0px 1px 3px 0px; font-size: 10px;font-family: arial,helvetica;font-weight: normal;color: #000000;">Currency<sup class="s8"> </sup><script language="javascript"> <!-- function changeCurrency(sel) { var val = sel.options[sel.selectedIndex].value; var pgurl = 'https://www.securepaynet.net/gdshop/reseller/basic.asp?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&ci=7648&currencyType=cctt&isc=wwbb42' if (val != '') pgurl = pgurl.replace('cctt', val); window.open(pgurl, '_top'); } //--> </script></td> <td><select name="currencyType" style="font-size: 10px;font-family: arial,helvetica;font-weight: normal;color: #000000; width: 45px;" onchange="internal_clicked=true;changeCurrency(this)"><option value="EUR">Euro</option><option value="GBP">GBP</option><option SELECTED value="USD">US$</option></select></td> </tr> </form> </table></td> </tr> <tr> <td class="s2" colspan="2"> </td> </tr> </table> <div align="center" style="color: #ffffff; line-height: 32px; width: 100%; background-image: url(https://imagesak.securepaynet.net/aaa/common/0/img_sidebar_hdr.gif);"><b>Basic Reseller at a glance</b></div> <table qaid="35" width="187" style="border: solid 1px #444444;" border="0" cellpadding="2" cellspacing="0"> <tr> <td bgcolor="#eeeeee" class="bodyText" align="center" style="padding: 4px 4px 4px 6px;"> <b class="red">Don't think you can make money? Think again!</b><br> <table qaid="36" class="subText" border="0" cellpadding="2" cellspacing="1"> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top"><b>Competitive buy rates</b></td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top">Huge assortment of money-making products</td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top">Surefire marketing promotions</td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top">Free monthly newsletter</td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top">No deposit, no advance purchases and no minimum sales required!</td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top">Complete billing and renewal services included</td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top">Built-in domain search technology, registration and cart</td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top">Automatic renewal processing</td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top">Online profit and activity reporting</td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top">Works with affiliate providers like Commission Junction®, Link Share®, ClickBank® and more! <a qaid="65" href="https://www.securepaynet.net/gdshop/jump_pages/affiliate_desc.asp?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&ci=4100" target="_info">Learn more.</a></td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top"><b>FREE</b> Bonus Software</td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top"><b>FREE</b> Google® Adwords® Credit</td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top"><b>FREE</b> Microsoft® adCenter Credit</td> </tr> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top"><b>And much more!</b></td> </tr> </table> </td> </tr> <tr> <td class="subText" align="center" bgcolor="#ffffff" style="border-top: solid 1px #444444; padding: 6px 8px 6px 10px;"> <b class="red">We do all of the processing and back office work for you:</b><br> <img src="https://imagesak.securepaynet.net/aaa/wwd/img_paymethods_wwd.gif" border="0" width="112" height="35" vspace="4"></td> </tr> <tr> <td class="subText" align="center" style="background-color:#FFCC00; padding: 7px 0px 7px 0px; border-top: solid 1px #444444;"> <b>Hurry! Talk to your personal Reseller Consultant today!<br> <span style="color:#003399;font-size:16px;">(480) 505-8822</span><br> OR email us at:<br> <a qaid="38" href="mailto:resellersales@securepaynet.net">resellersales@securepaynet.net</a></b> </td> </tr> <tr> <td class="subText" bgcolor="#ffffff" align="center" style="border-top: solid 1px #444444; padding: 4px 0px 2px 0px;"><a qaid="39" href="javascript:void(openAdWordsPopup())"><img src="https://imagesak.securepaynet.net/aaa/reseller/icn_google_words2.gif" border="0" width="134" height="61" alt="Free Bonus -- Google® AdWords®"></a> <br><a qaid="63" href="javascript:void(openAdWordsPopup())">Learn More</a> </td> </tr> <tr> <td class="subText" bgcolor="#dddddd" style="border-top: solid 1px #444444; padding: 6px 8px 6px 6px;"><b>Learn More:</b><br> <table qaid="40" border="0" cellspacing="0" cellpadding="2"> <tr> <td valign="top"><img src="https://imagesak.securepaynet.net/assets/spc_cc0000.gif" border="0" width="6" height="6" vspace="4"></td> <td class="subText" valign="top"><a qaid="64" href="javascript:popFaqTopic(220);">FAQs</a> </tr> </table></td> </tr> <tr> <td class="subText" align="center" bgcolor="#dddddd" style="border-top: solid 1px #444444; padding: 6px 8px 6px 10px;"> <a qaid="47" href="javascript:void(openBookPopup())"><img src="https://imagesak.securepaynet.net/aaa/reseller/img_quickstart.gif" border="0" width="120" height="68" vspace="4"></a><br> <a qaid="48" href="javascript:void(openBookPopup())">Learn More</a></td> </tr> </table></td> </tr> </table> <br> <script language="javascript"> <!-- function openRequest() { var win=window.open('https://www.securepaynet.net/gdshop/jump_pages/info_send.asp?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=99&key=536&ci=4670', 'request', 'left=10,top=10,resizable=yes,scrollbars=yes,width=480,height=240'); } function openInstantSamplePopup() { var win=window.open('https://www.securepaynet.net/gdshop/reseller/instant_sample.asp?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=99&ci=3436', 'sample', 'left=10,top=10,resizable=yes,scrollbars=yes,width=640,height=400'); } function openMoneybackPopup() { var win=window.open('https://www.securepaynet.net/gdshop/jump_pages/reseller_moneyback.asp?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=99&ci=3437', 'moneyback', 'left=10,top=10,resizable=yes,scrollbars=yes,width=480,height=320'); } function openAdWordsPopup() { var win=window.open('https://www.securepaynet.net/gdshop/jump_pages/reseller_words.asp?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=99&ci=3438', 'words', 'left=10,top=10,resizable=yes,scrollbars=yes,width=620,height=620'); } function openAdCenterPopup() { var win=window.open('https://www.securepaynet.net/gdshop/jump_pages/adCenter.asp?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=99&ci=0', 'adcenter', 'left=10,top=10,resizable=yes,scrollbars=yes,width=626,height=500'); } function openBookPopup() { var win=window.open('https://www.securepaynet.net/gdshop/jump_pages/wwdfreebook.asp?isc=wwbb42&se=%2B&prog%5Fid=canwesthost&app%5Fhdr=99&ci=3439', 'wwdbook', 'left=10,top=10,resizable=yes,scrollbars=yes,width=480,height=320'); } //--> </script> </font></td> </tr></table><style> .ftText { font-size: 10px; font-family: arial, helvetica, sanserif; } </style> <script language="javascript" type="text/javascript"> function openPayPalPopup(url) { var win=window.open(url, 'pp', 'left=10,top=10,resizable=yes,scrollbars=yes,width=736,height=400'); } </script> <div style="font-size: 8px; line-height: 8px;"> </div> <table class="ftText" cellpadding="0" cellspacing="0" border="0" width="780" align="center"> <tr> <td colspan="2"> </td> </tr> </table> <table class="ftText" cellpadding="0" cellspacing="0" border="0" width="780" align="center" background="https://imagesak.securepaynet.net/hottestreseller/img_footer_bar.gif" style="background-repeat: repeat-x;"> <tr> <td width="10" height="2" style="font-size: 2px; line-height: 2px;"> </td> <td colspan="4" height="2" style="font-size: 2px; line-height: 2px;"> </td> <td width="10" height="2" style="font-size: 2px; line-height: 2px;"> </td> </tr> <tr> <td width="10"> </td> <td width="170">Reseller Sales:</td> <td width="85">(480) 505-8822</td> <td width="100"> <a style="color: #FFDD33;" href="mailto:resellersales@securepaynet.net">resellersales@securepaynet.net</a> </td> <td align="right">Copyright 2005-2007 All Rights Reserved.</td> <td width="10"> </td> </tr> <tr> <td width="10"> </td> <td width="170">Reseller Support:</td> <td width="85">(480) 505-8822</td> <td width="100"> <a style="color: #FFDD33;" href="mailto:resellersupport@securepaynet.net">resellersupport@securepaynet.net</a> </td> <td align="right" valign="top"> <a style="color: #ffffff;" href="https://www.securepaynet.net/gdshop/whois.asp?prog_id=canwesthost&ci=3264&isc=wwbb42&se=%2B">Whois</a> | <a style="color: #ffffff;" href="https://www.securepaynet.net/gdshop/agreements.asp?prog_id=canwesthost&ci=3265&isc=wwbb42&se=%2B">Legal Agreements</a> | </td> <td width="10"> </td> </tr> <tr> <td width="10" valign="bottom" style="font-size: 4px; line-height: 4px;"> <br><img src="https://imagesak.securepaynet.net/hottestreseller/img_footer_lt.gif" border="0" width="10" height="10"></td> <td width="170" valign="top">Reseller Customer Support:</td> <td width="85" valign="top">(480) 624-2500</td> <td width="100" valign="top"> <a style="color: #FFDD33;" href="mailto:support@secureserver.net">support@secureserver.net</a> </td> <td align="right" valign="top"> <a style="color: #ffffff;" href="https://www.securepaynet.net/gdshop/basket.asp?prog_id=canwesthost&ci=3266&isc=wwbb42&se=%2B">Shopping Cart</a> | <a style="color: #ffffff;" href="https://www.securepaynet.net/gdshop/secure_transfer.asp?prog_id=canwesthost&ci=3267&isc=wwbb42&se=%2B">My Account</a> | <a style="color: #ffffff;" href="https://www.securepaynet.net/gdshop/site_log_out.asp?prog_id=canwesthost&ci=3292&isc=wwbb42&se=%2B">Logout</a></td> <td width="10" align="right" valign="bottom" style="font-size: 4px; line-height: 4px;"> <br><img src="https://imagesak.securepaynet.net/hottestreseller/img_footer_rt.gif" border="0" width="10" height="10"></td> </tr> </table> <table class="ftText" width="780" height="45" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td> <table class="ftText" width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td align="center" style="padding-top: 5px;"> <a href="javascript:void(openPayPalPopup('https://www.securepaynet.net/gdshop/prepayment/landing.asp?app_hdr=99&prog_id=canwesthost&ci=3268&isc=wwbb42&se=%2B'))"> <img src="https://imagesak.securepaynet.net/hottestreseller/logo_paypal_small.gif" alt="PayPal" border="0"> </a> </td> </tr> </table> </td> </tr> </table></font></td> </tr> </table> </font> </div> </center> </body> </html>