function spl() {

var high = $$(".lewa").getHeight();	
	var splh0 = $$('div.[class^="splash"]')[0].getHeight();
	var splh1 = $$('div.[class^="splash"]')[1].getHeight();
	$$('div.[class^="splash"]')[0].setStyle('top',$random(25+126+30,high-splh0));
	$$('div.[class^="splash"]')[1].setStyle('top',$random(25+126+30,high-splh1));
}

window.addEvent('domready',spl);

