function setSidebar() {
if (home==0) {
var superShell=document.getElementById('printctr1').parentNode.parentNode.parentNode.parentNode.parentNode.parentNode;
var sShell=document.createElement('div');
superShell.appendChild(sShell);
}
else {
var stop=0;
var links=document.getElementsByTagName('a');
for (i=0;i<links.length;i++) {
if (links[i].className=="sidekick"&&stop==0) {
var superShell=document.createElement('div');
superShell.style.position="absolute";
links[i].parentNode.insertBefore(superShell,links[i]);
var sShell=document.createElement('div');
superShell.appendChild(sShell);
sShell.style.position="relative";
sShell.style.left="160px";
if (spotlight==1) sShell.style.top="-110px";
else sShell.style.top="-85px";
stop++;
}
}
}
var phone = '(973) 513-9779';
var phone2 = '888-9-TANDEM';

// SURVEY-RELATED VARIABLES //
var survey_image = new Image();
var survey_preload = new Image();
var survey_link = document.createElement('a');
survey_link.setAttribute('href','http://beta.e2ma.net/app2/survey/1986/574/2c87012918/');
survey_image.src = '2648Tandem/TellUsHow1.gif';
survey_preload.src = '2648Tandem/TellUsHow2.gif';
survey_link.appendChild(survey_image);
survey_image.onmouseover = new Function("this.src='2648Tandem/TellUsHow2.gif'");
survey_image.onmouseout = new Function("this.src='2648Tandem/TellUsHow1.gif'");
// END SURVEY-RELATED VARIABLES //


var divs=document.getElementsByTagName('div');
for (i=0;i<divs.length;i++) {
if (divs[i].childNodes[0]&&divs[i].childNodes[0].data&&divs[i].childNodes[0].data=='Need Assistance?') {
if (home==0) divs[i].style.display = 'none';
else divs[i].childNodes[0].data="Give Us a Call!";
}
if (home==0&&divs[i].className == 'menu-header2') divs[i].style.display = 'none';
}

if (home==0) {

var div1 = document.createElement('div');
div1.className = 'menu-text';
div1.style.background = 'transparent';
div1.style.textAlign = 'center';
div1.appendChild(document.createElement('br'));
div1.appendChild(document.createTextNode('Give Us a Call!'));

var div2 = document.createElement('div');
var span1 = document.createElement('span');
div2.className = 'menu-header2';
div2.style.background = 'transparent';
div2.style.textAlign = 'center';
span1.style.letterSpacing = '-0.5px';
div2.appendChild(document.createTextNode(phone));
div2.appendChild(document.createElement('br'));
span1.appendChild(document.createTextNode(phone2));
div2.appendChild(span1);
}
else {
var div2=document.createElement('div');
div2.className = 'menu-header2';
div2.style.textAlign = 'center';
}
// ON INNER PAGES == DUPLICATE THE SUBSCRIBE LINK, SO WE CAN MOVE IT //
if(home==0) {
	var newSubscribe = el('Subscribe').cloneNode(true);
	hide('Subscribe');
	el('Subscribe').parentNode.insertBefore(survey_link,el('Subscribe'));
}
//
//SURVEY-RELATED APPENDAGES//
div2.appendChild(document.createElement('br'));
div2.appendChild(document.createElement('br'));
if(home==0) {
	var centerit=document.createElement('center');
	centerit.appendChild(newSubscribe);
	div2.appendChild(centerit);
}
else div2.appendChild(survey_link);
//END SURVEY-RELATED APPENDAGES//

sShell.appendChild(document.createElement('br'));
if (home==0) sShell.appendChild(div1);
sShell.appendChild(div2);

if (home==0) CanIGetAWitness(sShell);


}
