﻿if ( !window.Net )
    window.Net = {};

Net.KayakSearchKey = function( token, ref )
{
    new Net.Call( "GET", ref.ref.restProxyUrl+"http://www.kayak.co.uk/k/ident/apisession?token="+token, ref, "key" );
}