<!-- I.E. only page border script 
if (document.all){
with (window.document.body.style){
borderWidth=10;
borderStyle='solid';
borderColor='669933';
}
}
//-->
