%STARTINCLUDE%
%CALC{$SET(unique,%RAND%)}%
<style>
form.quicksearch {
background:#F7F7F7 none repeat scroll 0 0;
padding:10px;
margin:10px 0;
display:block;
}
form.quicksearch input {
margin-left:5px;
width:300px;
}
</style>
<div id="quicksearch%CALC{$GET(unique)}%"></div>
<script type='text/javascript' src='%ATTACHURL%/jquery.quicksearch.js'></script>
<script type='text/javascript'>
jQuery(function () {
$('%target%').quicksearch({
position: '%position%',
attached: '#quicksearch%CALC{$GET(unique)}%',
labelText: '%label%'
});
});
</script>
%STOPINCLUDE%
