$.getIfModified('${1:/test/test.cgi}', function(data){
	${2:alert( "Data loaded: " + data ) //optional stuff to do after get;}
});