/*******************************************************************************
* @author daniel meli
* // JavaScript //
* Bibliotek: JQuary
******************************************************************************/

setdAjaxRequest();

/******************************************************************************
* setd Ajax Request
******************************************************************************/

function setdAjaxRequest(){
  //window.location = "http://test.onemotionag.com/dame/jobs/hasJavaScript.htm?hasJavaScript=yes";
  window.location = "./hasJavaScript.htm?hasJavaScript=yes";
  /*
	$.ajax({
			type: "POST",
			url: "hasJavaScript.htm",
			data: "hasJavaScript=yes",
			success: function(msg){
        
			}
	});
  */
}







