/*
 * phpWebThings addon javascript file
 * 
 * You can use this file for your own scripts.
 */
function gU(element) {
    document.location = 'http://' + element.innerHTML;
}