// SAMARITANS SCRIPTS

$(document).ready(function(){
	//EFFECTS
	$('#iphone a, #strip a').mouseenter(function(){$(this).stop().fadeTo(200,0.5);});	
	$('#iphone a, #strip a').mouseleave(function(){$(this).stop().fadeTo(200,1);});
});
