$(document).ready(function() {
	$('#mailshort').clearField();						   
	$('#phoneshort').clearField();
    $("#contactshort").validate();	
    $("#newslettershort").validate();	
	$.preloadCssImages();	
});
function unblur() {
	this.blur();
} 
window.onload = function blurLinks() {
	if (!document.getElementById) return;
	theLinks = document.getElementsByTagName("A");
	theAreas = document.getElementsByTagName("AREA");
	for(i=0; i<theLinks.length; i++) {theLinks[i].onfocus = unblur;}
	for(i=0; i<theAreas.length; i++) {theAreas[i].onfocus = unblur;}
  } 


