﻿function GetAnonCall(url)
{
	MessageBox(url);
	return 'http://harriyott.com/hackday/ajaxcall.ashx?q=' + url;
}

