function draw_imagemap() {
var twitTitle=getCookie("twitTitle");
var twitDesc=getCookie("twitDesc");
var twitLink=getCookie("twitLink");
var ss="";
var tt="<A NAME=\"friends\"></A>";
if (twitTitle!=null) twitTitle=twitTitle.toString();
else twitTitle="";
if (twitDesc!=null) twitDesc=twitDesc.toString();
else twitDesc="";
if (twitLink!=null) twitLink=twitLink.toString();
else twitLink="";
if (twitTitle.length>0 && twitDesc.length>0 && twitLink.length>0) {
ss="<b>"+twitTitle+"</b><br>  "+twitDesc+"<br><a href=\"javascript: ";
ss=ss+"postpop('"+twitLink+"') \" title=\"view post\" ";
ss=ss+"CLASS=\"normal-aegis6\" ONMOUSEOVER=\"className='rollover-aegis6'; \" ";
ss=ss+"ONMOUSEOUT=\"className='normal-aegis6'; \">";
ss=ss+"<b>View</b></a>";
document.write(ss);
}
else {
tt=tt+"<MAP NAME=friends_MAP>";
tt=tt+"<AREA SHAPE=RECT COORDS=\"2,46,91,66\" HREF=\"javascript: handleAccess(601) \" title=\"import your address book from gmail\">";
tt=tt+"<AREA SHAPE=RECT COORDS=\"96,46,181,66\" HREF=\"javascript: handleAccess(602) \" title=\"import your address book from outlook\">";
tt=tt+"<AREA SHAPE=RECT COORDS=\"2,68,91,88\" HREF=\"javascript: handleAccess(603) \" title=\"import your address book from Yahoo!\">";
tt=tt+"<AREA SHAPE=RECT COORDS=\"96,68,181,88\" HREF=\"javascript: handleAccess(604) \" title=\"import your address book from Hotmail\">";
tt=tt+"<AREA SHAPE=RECT COORDS=\"2,68,181,104\" HREF=\"javascript: handleAccess(605) \" title=\"import your address book from AOL\">";
tt=tt+"</MAP>";
tt=tt+"<IMG SRC=\"images/header-allfriend.gif\" USEMAP=\"#friends_MAP\" BORDER=0 ALIGN=LEFT hspace=0 vspace=0>";
document.write(tt);
}
}
