function roller(id,dir)
{
 document.getElementById(id).src = 'images/31oct2007/' + id + ((dir == 1)? '_on.jpg' : '_off.jpg');
}

function fixit()
{
	var theObjects = document.getElementsByTagName("object");
	for (var i = 0; i < theObjects.length; i++) 
		{
		theObjects[i].outerHTML = theObjects[i].outerHTML;
		}
}
function send()
{
    //alert("Please, leave your phone number and the best time to reach you");
    window.location.href = "mailto:iamready@uweightloss.com";
}