function init(page) {
	switch(page)
	{
	case 'contact':
	  $('info').update('info@');
	  $('News').update('News@');
	  $('IWantToBlog').update('IWantToBlog@');
	  break; 
	case 'about':
	   $('carol').update('CarolD@')
		break;
	}
	$$('.cooking').invoke('update',"cookinteens.com");
}