﻿function init()
{
   startTime();
}
addLoadListener(init);
function showAddUrl(element)
{
    dark();
	var w = $(element);
	//w.style.marginLeft 	= getBrowser() == 'ie' ? '150px' : '30%';
	//w.style.marginTop 	= '100px';
	w.style.display 	= 'block';
}
