function CanIGetAWitness(placement) {

var tbar = document.createElement('div');
tbar.id = "tbar";
tbar.className = 'menu-text';
tbar.style.textAlign = 'center';
tbar.setAttribute('align','center');
var ibar = window.frames['ibar'];

var header = document.createElement('a');
header.appendChild(document.createTextNode('Read why our clients love printing with us!'));
header.setAttribute('href','index.iml?mdl=subPage/view.mdl&PAGE_ID=33409');
header.className='headerLink';

var hr1 = document.createElement('hr');
hr1.className = 'hbar';

var hr2 = document.createElement('hr');
hr2.className = 'hbar';

var hr3 = document.createElement('hr');
hr3.className = 'hbar';

var tcontent01 = ibar.document.getElementById('tcontent01').innerHTML;
var tcontent02 = ibar.document.getElementById('tcontent02').innerHTML;

var tauthor01 = ibar.document.getElementById('tauthor01').innerHTML;
var tauthor02 = ibar.document.getElementById('tauthor02').innerHTML;

var test01 = document.createElement('div');
var test02 = document.createElement('div');

test01.className = 'tcontent';
test02.className = 'tcontent';
test01.innerHTML = '&#147;'+tcontent01+'&#148;';
test02.innerHTML = '&#147;'+tcontent02+'&#148;';

var tauth01 = document.createElement('div');
var tauth02 = document.createElement('div');

tauth01.className = 'tauthor';
tauth02.className = 'tauthor';
tauth01.innerHTML = tauthor01;
tauth02.innerHTML = tauthor02;

tbar.appendChild(header);
tbar.appendChild(hr1);
tbar.appendChild(test01);
tbar.appendChild(tauth01);
tbar.appendChild(hr2);
tbar.appendChild(test02);
tbar.appendChild(tauth02);
tbar.appendChild(hr3);

placement.appendChild(tbar);
}
var links=document.getElementsByTagName('a');
for(i=0;i<links.length;i++) {
	if(links[i].getAttribute('href').indexOf('PAGE_ID=38686')!=-1) links[i].setAttribute('href','http://beta.e2ma.net/app2/survey/1986/574/2c87012918/');
}

var tds=document.getElementsByTagName('td');
for(i=0;i<tds.length;i++) {
	if(tds[i].className=='footer') {
		var links=tds[i].getElementsByTagName('a');
		var newDiv=document.createElement('div');
		newDiv.id='bottomLinks';
		tds[i].insertBefore(newDiv,links[0]);
	}
	if(el('bottomLinks')) ajaxCallFunction('ajax.iml?mdl=2648Tandem/footer.mdl',function(sc,st,rt,rxml) { el('bottomLinks').innerHTML=rt; });
}