﻿// JavaScript Document
$.noConflict();
jQuery(document).ready(function() {
	/*Abgerundete Ecken für alle Browser ohne border-radius */
	
if(jQuery.browser.msie){
	jQuery('#top input.suche').css('top','5px');
	}
jQuery('#row0_0 > a').contents().unwrap().wrap('<h2>');
});
function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

