var propTitle = 'Plantation Estates ~ 222 Plantation Club Drive';
var propLocation = 'Kapalua, HI';
var propDesc = '';
var propBrok = 'Sakamoto Properties';
var propID = '913354';
var propImage = 'sharedImages/props/354/sakamoto_feat_913354_1.jpg';
var brokType = 'firm';
var brokID = '85';

function goto_propoweek()
{
    document.location = "/" + propID;
}

function goto_propoweekbroker()
{
    document.location = "/scripts/index.php?siteScript="+brokType+"Pages&siteScreen=details&"+brokType+"CurrID="+brokID;
}

function propoweek_title()
{
    document.write(propTitle);
}

function propoweek_location()
{
    document.write(propLocation);
}

function propoweek_description()
{
    document.write(propDesc);
}

function propoweek_broker()
{
    document.write(propBrok);
}
