$(document).ready(function(){

	var wh = $(document).height();
	var ww = $(document).width();
	
	$('#modal').css({'width': ww+'px', 'height': wh+'px'});
	$('#Image10').click(function(){
		$('#modal').show().fadeTo(0, .75);
		$('#specialdeal').show();
	});
	
	$('#closebox').click(function(){
		$('#modal').hide();
		$('#specialdeal').hide();
	});
/*
Obtain $35,000 to $40,000 of store credit in 3 to 4 weeks? 
$5k credit card is optional with  PG but no Fico or Credit pulling!
*/
});