﻿	jQuery(document).ready( function( $ ) {
		$( '.method' ).hover(
				function () {
					$( this ).find( '.slide' ).stop().animate( { 'top': '-140px' }, 400 );
				},
				function () {
					$( this ).find( '.slide' ).stop().animate( { 'top': '-0px' }, 400 );

				}
			);

		});

	function openDiscount(){
		/*if((document.getElementById('discount_form').email.value == "") || (document.getElementById('discount_form').email.value == "Your Email Address...")){
			alert("Please enter your email address");
			return false;
		}
		
		else{*/
			jQuery(document).ready( function( $ ){
				document.getElementById('discount-default').style.display = "none";
				$( this ).find( '#receive-offer' ).stop().animate( { 'top': '-63px' }, 400 );
				setTimeout(function() { 
				   	document.getElementById('discount-loading').style.display = "block";
					}, 400); 
				}
			);
			return true;
		//}
	}
