function SendTopNavUrl(strUrl, strTopNavCat, strFindingMethod)
{

//linkvar = strUrl.href;

//strURL = 'http://www.teleflora.com';
var i=0;
var s=s_gi(s_account);
s.linkTrackVars='eVar16';
s.eVar16=strFindingMethod;
s.tl(true,'o',strFindingMethod);


                if(strUrl.indexOf('?')>i)
                {
                                location.href = strUrl + '\&topnav\=' + strTopNavCat
                }
                else
                {
                                location.href = strUrl + '\?topnav\=' + strTopNavCat  
                }
}

function SendTopNavUrlv2(strUrl, strTopNavCat, strFindingMethod, strCategory)
{
var i=0;
var s=s_gi(s_account);
s.linkTrackVars='eVar16,eVar19';
s.eVar16=strFindingMethod;
s.eVar19=strCategory;
s.tl(true,'o',strFindingMethod);

                if(strUrl.indexOf('?')>i)
                {
                                location.href = strUrl + '\&topnav\=' + strTopNavCat
                }
                else
                {
                                location.href = strUrl + '\?topnav\=' + strTopNavCat  
                }
}


function OmnitureTrack(strUrl, strTopNavCat, strFindingMethod, strCategory)
{
var i=0;
var s=s_gi(s_account);
s.linkTrackVars='eVar16,eVar19';
s.eVar16=strFindingMethod;
s.eVar19=strCategory;
s.tl(true,'o',strCategory);

                if(strUrl.indexOf('?')>i)
                {
                                location.href = strUrl + '\&topnav\=' + strTopNavCat
                                //location.href = strUrl
                }
                else
                {
                                location.href = strUrl + '\?topnav\=' + strTopNavCat
                                //location.href = strUrl
                }
}
