﻿function loadTicker()
{
    theFrame="<iframe src='http://investors.saralee.com/phoenix.zhtml?c=70115&p=irol-quote' frameborder='0' scrolling='no' height='20' width='380' vspace='-2' hspace='-20'></iframe>";
    if(document.getElementById("slcTicker") != null)
    {
	document.getElementById("slcTicker").innerHTML=theFrame;
    }
}

function loadSL_TV()
{
    theFrame="<iframe src='http://www.saralee.com/video/SL_TV.html' frameborder='0' scrolling='no' width='705' height='400'></iframe>";
    if(document.getElementById("slcSL_TV") != null)
    {
	document.getElementById("slcSL_TV").innerHTML=theFrame;
    }
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=276,height=180,left = 374,top = 294');");
}