﻿function createCookie(value) 
{
    alert('Hi');
	 document.cookie = "lang="+value;
	 window.location = "x9.xml";
}



