//specify speed of scroll (greater=faster)
//scrollHeight and scrollTop are vars from parent page
var speed=15;
iens6=document.all||document.getElementById;
ns4=document.layers;

if (iens6){
myHref = document.location.href;
if(myHref.search("iframe_7") != -1){
myLeft = 55;
} else {
myLeft = 150;
};
	document.write('<div id="container" style="position:absolute;width:340px;height:' + scrollHeight + 'px;left:'+ myLeft + 'px;top:' + scrollTop + 'px;overflow:hidden;border:0px">');
	document.write('<div id="content" style="position:absolute;width:340px;left:0px;top:0px">');
}