All pastes #2131736 Raw Edit

Someone

public text v1 · immutable
#2131736 ·published 2012-03-24 05:12 UTC
rendered paste body
<script type='text/javascript'>

	$(document).ready(function() {
	
		$('#supporton').click(new function(){
			//they clicked supporton
		});
	
		$('#supportoff').click(new function(){
			//they clicked supportoff
		});
		
	});
	
</script>