getCSSProperty = function (o, prop) { return window.getComputedStyle( o, null )[prop] || o.currentStyle[prop]; };
getCSSProperty(document.links[0], 'marginLeft');