// JavaScript Document
function preloadImages(){
	var target = document.getElementById("preloader");
	target.src = "preload_images.php";
}
function clearInput(){
	document.forms['optin'].address.value="";
}