/*
    widget.js
    Widgets
  
    Copyright (c) 2005, Mark Miller.  All rights reserved.
*/

function openURL(url)
{
	window.open(url);
}

