// JavaScript Document


function testfrom () {
	from = $(document).getUrlParam('from');
	
	if (from=='wm') {
		$.cookie('from', 'wm');
	}
}
			
testfrom();
