﻿// START OF SDC Cookie Code
// Copyright (c) 1996-2005 WebTrends Inc.  All rights reserved.

var gDomain = "sdc.generalmills.com";
var gFpc = "WT_FPC";
var gConvert = true;

if ((typeof (gConvert) != "undefined") && gConvert && (document.cookie.indexOf(gFpc + "=") == -1) && (document.cookie.indexOf("WTLOPTOUT=") == -1)) {
    document.write("<SCR" + "IPT TYPE='text/javascript' SRC='" + "http" + (window.location.protocol.indexOf('https:') == 0 ? 's' : '') + "://" + gDomain + "/" + gDcsId + "/wtid.js" + "'><\/SCR" + "IPT>");
}




