<?xml version="1.0" encoding="UTF-8" ?>
<html xmlns:wicket="http://wicket.apache.org">
<head>
<wicket:head>
<script language="JavaScript" type="text/javascript" src="jquery-ui-1.10.3.custom.js"></script>
</wicket:head>
</head>
<wicket:extend>
<style>
div.container { font-size: 14pt; }
/* make effects work nicely with inline elements */
.ui-effects-wrapper {
display:inline;
}
</style>
<div class="container">
counter 1:<span wicket:id="c1"></span>
<br/>
<br/>
counter 2: <span wicket:id="c2"></span>
<br/>
<br/>
<a href="#" wicket:id="c1-link">counter1++ and shake</a>  <a href="#" wicket:id="c2-link">counter2++ and highlight</a>
</div>
</wicket:extend>
</html>