/**                  
 * configurator.js
 *
 * @version 1.0
 * @package configurator.blankestijn-beveiliging.nl
 * @author  a.j.de vries
 *
 * Copyright (c) Malibomba                               
 * IT IS NOT ALLOWED TO USE OR MODIFY ANYTHING OF 
 * THIS CODE, WITHOUT THE PERMISION OF THE AUTHOR.                       
 * Info? Mail to info@malibomba.com                             
 */
//<![CDATA[
$(document).ready( function() {

	$("#t").change( function() {
		document.location.href = this.value;
	} );

} );
//]]>
/*LGPL*/ 
