// JavaScript Document
var sitepath = "http://www.phicare.com";
var imagepath = "http://www.phicare.com/images";
<!--Rightpanel-->

document.write('		<div class="innerrightpanel">');
document.write('			<p><a href="'+sitepath+'/staffing.html"><img src="'+imagepath+'/staffing.jpg" width="227" height="183" border="0" /></a></p>');
document.write('			<p>&nbsp;</p>');
document.write('			<p><a href="'+sitepath+'/training.html"><img src="'+imagepath+'/training.jpg" width="232" height="183" border="0" /></a></p>');
document.write('			<p>&nbsp;</p>');
document.write('			<p><a href="'+sitepath+'/patient-care.html"><img src="'+imagepath+'/patient-care.jpg" width="232" height="183" border="0" /></a></p>');
document.write('			<p>&nbsp;</p>');
document.write('		</div>');

<!--Rightpanel-->
