Three adults, one child killed in Montreal fire
Mar 28th, 2010 | By George Sinzer | Category: NewsFIREFOXNEWS ONLINE™ acknowledges the following sources:
For the story and the image: CTV.ca
// = 23)
{
movePosition = 23;
}
if (document.getElementById(“VIDEO”) != null && document.getElementById(“VIDEO”).controls != null)
{
document.getElementById(“VIDEO”).settings.volume = movePosition * 4;
}
document.getElementById(“volslider”).style.paddingLeft = movePosition + “px”;
currentVolume = movePosition ;
}
}
function findPos(obj) {
var curleft = curtop = 0;
if (obj.offsetParent) {
curleft = obj.offsetLeft
curtop = obj.offsetTop
while (obj = obj.offsetParent) {
curleft += [...]
