window.addEvent('domready', function(){

	if ($('clientadd')!=null)
	{
		$('clientadd').addEvent('submit', function(e)
		{
			e = new Event(e).stop();
			this.send(
			{
				update: $('mid'),
				onComplete: function()
				{
					Cookie.set('tellusbutiken', 'added', {duration: 365});
				} 
			});
		});
		
		$('cancel').addEvent('click', function()
		{
			Cookie.set('tellusbutiken', 'added', {duration: 365});
		});
	};
		
	if ($('contact')!=null)
	{
		$('contact').addEvent('submit', function(e)
		{
			e = new Event(e).stop();
			this.send(
			{
				update: $('mid')
			});
		});
	};
	
	if ($('map')!=null)
	{
		$('map').setProperty('href', 'http://kartor.eniro.se/query?&what=map_adr&mop=aq&searchInMap=2&mapstate=6;17.039823;59.350481;s;16.988769;59.367607;17.090878;59.333355;1515;959&mapcomp=;;;Gorsingeholm;;;64594;STR%C4NGN%C4S;;;;;17.058324488241382;59.352251987388335;0;0;;STR%C4NGN%C4S;maps_place.40864.21;0&geo_area=gorsingeholm&stq=0&pis=0');
	};
	
});	
