<!-- Begin SIDEBAR

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3rd PARAGRAPH

var showRimage		= "yes"		// SHOW A RANDOM SIDEBAR IMAGE
var linkedR		= "index.html"	// RANDOM IMAGE PAGE LINK
var showimage		= "yes"		// SHOW A SMALL SIDEBAR IMAGE
var linked		= "index.html"	// SIDEBAR IMAGE LINK

var spacing		= "20"		// ITEM SPACING (FOR TOP SPACING SEE .css FILE)

var RANspacing		= "2"		// UNDER IMAGE SPACING
var showdate		= "yes"		// SHOW THE DATE ON THE PAGE




// LEFT SIDEBAR DIV
document.write('<div id="sidebardiv">');
document.write('<center>');


// START SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<table cellpadding="3" cellspacing="0" border="0" class="sideboxwidth"><tr><td class="sidetitle">');


// START SIDE TEXT TITLE 1


document.write('Suggestions<br>');


document.write('</td></tr><tr><td class="sidetext">');


// START NOTE TEXT AREA 1 - EDIT THE NEXT LINE


document.write('Workspace&nbsp;&nbsp;<a href="https://login.secureserver.net/index.php?app=wbe" target="_blank" class="sidelink">Login</a>&nbsp;&nbsp;');
document.write('<a href="workspace.html" class="sidelink">Info</a>&nbsp;&nbsp;');
document.write('<a href="http://www.totalspeed.com/help" target="_blank" class="sidelink">Help</a><br>');


// document.write('<a href="workspace.html" class="sidelink">Workspace</a> more information<br>');

// document.write('DeskNow&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://98.245.88.207" target="_blank" class="sidelink">Login</a><br>');

// document.write('<a href="http://totalspeed.net" target="_blank" class="sidelink">WebMail</a> - basic email<br>');

// document.write('<a href="http://www.totalspeed.net/custinfo/login.asp" target="_blank" class="sidelink">Customer Account Info</a><br>');


document.write('Online File Folder&nbsp;&nbsp;<a href="http://www.onlinefilefolder.com" target="_blank" class="sidelink">Login</a>&nbsp;&nbsp;');
document.write('<a href="onlinefilefolder.html" class="sidelink">Info</a><br>');


document.write('Website Tonight&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://login.websitetonight.com/" target="_blank" class="sidelink">Login</a>&nbsp;&nbsp;');
document.write('<a href="websitetonight.html" class="sidelink">Info</a><br>');


document.write('Fax Thru Email&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://login.secureserver.net/?app=fte" target="_blank" class="sidelink">Login</a>&nbsp;&nbsp;');
document.write('<a href="faxthruemail.html" class="sidelink">Info</a><br>');


document.write('<a href="searchenginevisibility.html" class="sidelink">Search Engine Visibility</a><br>');



// document.write('Website Tonight&nbsp;&nbsp;&nbsp;<a href="websitetonight.html" class="sidelink">More Info</a><br>');

// document.write('Fax Thru Email&nbsp;&nbsp;&nbsp;<a href="faxthruemail.html" class="sidelink">More Info</a><br>');

// document.write('<a href="accessnos.html" class="sidelink">Dialup Access Numbers</a><br>');

// document.write('<a href="http://www.securepaynet.net/default.aspx?ci=1767&prog_id=459082" target="_blank" class="sidelink">Find a Domain Name</a><br>');

document.write('<a href="24-7support.html" class="sidelink">24/7 Technical Support</a><br>');

document.write('<a href="store.html" class="sidelink">Find / Register a Domain</a><br>');

document.write('<a href="forsale.html" class="sidelink">DOMAIN NAMES FOR SALE</a><br>');


// document.write('<a href="http://www.creativeconsulting.com/webstats" target="_blank" class="sidelink">WebStats</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');

// document.write('<a href="http://www.creativeconsulting.com/webstats" target="_blank" class="sidelink">CreativeConsulting\'s WebStats</a><br>');

document.write('<a href="search.html" class="sidelink">Search</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');

document.write('<a href="mobile.html" class="sidelink">Mobile</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;');

document.write('<a href="http://www.creativeconsulting.com/chat.html" class="sidelink">Chat</a><br>');


// document.write('<a href="index.html"><img border="0" width="146" height="26" src="picts/more-off.gif" onmouseover="this.src=\'picts/more-on.gif\'" onmouseout="this.src=\'picts/more-off.gif\'" alt="Click for more information" class="printhide"></a><br>');


document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" border="0" width="20" height="'+spacing+'" alt="image"><br>');


}
// END SIDEBAR AREA PARAGRAPH 1







// sitebar area 2 was here














// SMALL RANDOM PICTURE AREA
   if (showRimage == "yes") {

var twox = "<a href=\""+linkedR+"\"><img src=\"picts/";
var thrx = " border=\"0\" width=\"158\" height=\"125\" class=\"bordersSB\">";
var forx = "";
var img = "";

forx += Math.floor(Math.random()*10);
img = forx;
if (img == "0") {
document.write(twox+ 'contactgirl.jpg"' +thrx);
}
if (img == "1") {
document.write(twox+ 'sidebar-2.jpg"' +thrx);
}
if (img == "2") {
document.write(twox+ 'sidebar-3.jpg"' +thrx);
}
if (img == "3") {
document.write(twox+ 'sidebar-4.jpg"' +thrx);
}
if (img == "4") {
document.write(twox+ 'sidebar-5.jpg"' +thrx);
}
if (img == "5") {
document.write(twox+ 'sidebar-6.jpg"' +thrx);
}
if (img == "6") {
document.write(twox+ 'sidebar-7.jpg"' +thrx);
}
if (img == "7") {
document.write(twox+ 'sidebar-8.jpg"' +thrx);
}
if (img == "8") {
document.write(twox+ 'sidebar-9.jpg"' +thrx);
}
if (img == "9") {
document.write(twox+ 'sidebar-10.jpg"' +thrx);
}
document.write('</a><br>');
document.write('<img src="picts/spacer.gif" border="0" width="20" height="'+RANspacing+'" alt="image"><br>');
}




// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<center><div id="date-location" class="printhide">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ". ")
document.write(d.getFullYear())
document.write("</nobr></span><br>")
document.write('</div></center>');
document.write('<img src="picts/spacer.gif" border="0" width="20" height="'+spacing+'" alt="image"><br>');
}











// small picture 2 was here









// START SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<table cellpadding="3" cellspacing="0" border="0" align="center" class="sideboxwidth"><tr><td class="sidetitle">');


// START SIDE TEXT TITLE 3


document.write('Links<br>');


document.write('</td></tr><tr><td class="sidetext">');


// START NOTE TEXT AREA 3 - EDIT THE NEXT LINE



document.write('<a href="referrals.html" class="sidelink">Send us your Referrals</a><br>');

document.write('<a href="http://pack.google.com/intl/en/pack_installer.html?hl=en" target="_blank" class="sidelink">Spyware Doctor w AntiVirus</a><br>');

document.write('<a href="http://www.creativeconsulting.com/testimonials.html" class="sidelink">Testimonials</a>&nbsp;&nbsp;&nbsp;&nbsp;');

document.write('<a href="http://www.creativeconsulting.com/AUP.html" class="sidelink">Legal</a><br>');

// document.write('<a href="http://www.creativeconsulting.com/chat.html" class="sidelink">Chat</a><br>');

document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" border="0" width="20" height="'+spacing+'" alt="image"><br>');

}
// END SIDEBAR AREA PARAGRAPH 3



                           // SMALL PICTURE AREA   was sidebar.jpg
   if (showimage == "yes") {
document.write('<a href="webhosting.html"><img src="picts/webhosting2.jpg" border="0" width="150" class="bordersSB"></a><br>');
document.write('<img src="picts/spacer.gif" border="0" width="20" height="'+spacing+'" alt="image"><br>');
}

// XXXXXXXXXXXXXX

                          // START SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<table cellpadding="3" cellspacing="0" border="0" class="sideboxwidth"><tr><td class="sidetitle">');


// START SIDE TEXT TITLE 2


document.write('Feedback<br>');


document.write('</td></tr><tr><td class="sidetext">');


// START NOTE TEXT AREA 2 - EDIT THE NEXT LINE


document.write('Please tell us what you think of our website and services.  Use our ');

document.write('<a href="contact.htm" class="sidelink">Contact</a> form.<br>');


document.write('<a href="contact.htm"><img border="0" width="146" height="26" src="picts/more-off.gif" onmouseover="this.src=\'picts/more-on.gif\'" onmouseout="this.src=\'picts/more-off.gif\'" alt="Click for more information" class="printhide"></a><br>');


document.write('</td></tr></table>');


document.write('<img src="picts/spacer.gif" border="0" width="20" height="'+spacing+'" alt="image"><br>');

}
// END SIDEBAR AREA PARAGRAPH 2




document.write('</center>');





document.write('</div>');











// -- END -->
