function popupSMS () {
    popUp('http://www.techdeals.net/wordpress/wp-content/themes/TechDeals/sms.htm');
}

function openVerifyWindow () { 

window.open('http://www.feedburner.com', 'popupwindow', 'scrollbars=yes,width=550,height=520');
return true;

}

function changeValue () {


if (document.getElementById("email").value==document.getElementById("email").defaultValue) document.getElementById("email").value='';

}
