$(document).ready(function(){

	//if ($('#news').height() < $('#content').height()) $('#news').height($('#content').height()+6);

	//if ($('#news').height() > $('#content').height()) $('#content').height($('#news').height()-5);	

	$('.boxcontentG').mouseover(function() {
    	this.className='boxcontentH';
	});

	$('.boxcontentG').mouseout(function() {
    	this.className='boxcontentG';
	});	

});



function vanneved() {

	if(document.getElementById('name').value) return true;

	document.getElementById('name').className = 'warning';

	return false;

	//alert ( $("#name").val());

	

	//return (document.getElementById('name').value);

}



function letussee(seeder, divid){

	document.getElementById(divid).className = 'myfloat';

}



function nosee(divid){

	document.getElementById(divid).className = 'rh';

}




