<!--
function blockError(){return true;}
window.onerror = blockError;
// -->


//    // Get the bounds of the element
//    var elementRef = $get("script");
////    var elementBounds = Sys.UI.DomElement.getBounds(elementRef);
////    var result = '';
////    result += "Label1 bounds x = " + elementBounds.x + "<br/>";
////    result += "Label1 bounds y = " + elementBounds.y + "<br/>";
////    result += "Label1 bounds width = " + elementBounds.width + "<br/>";
////    result += "Label1 bounds height = " + elementBounds.height + "<p/>";


//    // Get the location of the element
//    var elementLoc = Sys.UI.DomElement.getLocation(elementRef);
//    alert(elementLoc.x + "," + elementLoc.y);

//    // Move the element
////    Sys.UI.DomElement.setLocation(elementRef, 100, elementLoc.y);
////    elementLoc = Sys.UI.DomElement.getLocation(elementRef);
////    result += "After move  - Label1 location (x,y) = (" + 
////               elementLoc.x + "," + elementLoc.y + ")<br/>";
