what do you think about this???I have no idea

Discussion in 'Software' started by shockcell, Aug 3, 2004.

  1. shockcell

    shockcell Private E-2

    Code:
    <!-- Vignette V/5 Fri Jul 23 21:53:15 2004 --> 
       
       
      
      
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[url="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd[/url]"> 
      <html xmlns="[url="http://www.w3.org/1999/xhtml"]http://www.w3.org/1999/xhtml[/url]" lang="en" xml:lang="en"> 
      <head> 
      <title>Cingular Wireless</title> 
      <meta http-equiv="MSThemeCompatible" content="no" /> 
      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> 
      <meta name="keywords" content="Mobile phone, Cellular phone, cellular phone plans, mobile phone plans, calling plans, mobile phone deals, cell phone deals, wireless deal, mobile phone service plans, cellular phone service plans, Nokia, Motorola, Samsung, Sony Ericsson, Cingular Wireless" alt="Cingular Wireless has the mobile phone deals and cellular service plans that fit you best!"> 
      
     <meta name="description" content="Cingular Wireless provides personalized mobile phone deals and cellular service plans to meet all your wireless needs. Browse this site, take a look at all we have to offer, and decide on a plan that fits you best!"> 
      <style type="text/css" media="all">@import url(/refresh/css/home_may04.css);</style> 
      <script type="text/javascript" src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/refresh/js/posUtil.js"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/refresh/js/posUtil.js[/url]"></script> 
      <script type="text/javascript" src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/refresh/js/menu.js"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/refresh/js/menu.js[/url]"></script> 
      <script type="text/javascript" src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/refresh/js/plugins.js"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/refresh/js/plugins.js[/url]"></script> 
      <script type="text/javascript"> 
      <!-- 
      // redirect to [url="http://www.cingular.com/"]http://www.cingular.com[/url]. 
      var domain_url = document.location.href.replace('http://','').substring(0,12).toLowerCase(); 
      if(domain_url=="cingular.com"){window.location="[url="http://www.cingular.com/"]http://www.cingular.com[/url]";} 
      if(domain_url=="cingularwireless.com"){window.location="[url="http://www.cingular.com/"]http://www.cingular.com[/url]";} 
      if(domain_url=="[url="http://www.cingularwireless.com/"]www.cingularwireless.com[/url]"){window.location="[url="http://www.cingular.com/"]http://www.cingular.com[/url]";} 
      
      var isNav; 
      var isIE; 
      if (navigator.appName == "Netscape") { 
      	isNav = 0; 
      	document.captureEvents(Event.KEYPRESS); 
      } else if (navigator.appName == "Microsoft Internet Explorer") { 
      	isIE = 1; 
      } else { 
      	isIE = 1; 
      } 
      
      function checkKey(e, whichText) { 
      	var keyChar; 
      	 
      	if (isNav == 0) { 
      		if (e.which == 13) { 
      			validateForm(whichText); 
      			return false; 
      		} 
      	} else { 
      		if (e.keyCode == 13) { 
      			validateForm(whichText); 
      			return false; 
      		} 
      	} 
      } 
      
      function zipCheck(sZip)  
      { 
      	if (sZip.length != 5)  
      	{ 
      		alert("Zipcode should have 5 digits"); 
      		return false; 
      	} 
      	else  
      	{ 
      		if (numericCheck(sZip)) 
      		{ 
      			return true; 
      		} 
      		else  
      		{ 
      			return false; 
      		} 
      	}	 
      } 
      
      function numericCheck(sZip)  
      { 
      	 
      	for (var j=0; j < sZip.length; j++) 
      	{ 
      		var oneChar = sZip.substring(j, j + 1); 
     		if 	((oneChar <= "9" && oneChar >= "0") != 1) 
      		{ 
      			alert("Enter a numeric value for zipcode.") 
      			return false; 
      		} 
      	} 
      	return true; 	 
      } 
      
      function ClearSearch(frmPassed) 
      { 
      	//get handle to fields 
      	txtFirst = frmPassed.phone; 
      	txtLast = frmPassed.txtzip2; 
      
      	//check each, and clear if necessary 
      	if (txtFirst.value == "enter #") 
      	{ 
      		txtFirst.value = ""; 
      	} 
      	if (txtLast.value == "enter zip") 
      	{ 
      		txtLast.value = ""; 
      	} 
      } 
      
      function validateForm(sWhich) 
      {	 
      	if (document.getElementById("frmZip").txtzip2.value > 0) { 
     	if (zipCheck(document.getElementById("frmZip").txtzip2.value)) {		 
      		document.getElementById("frmZip").action = "/login";	 
      		document.getElementById("frmZip").submit(); 
      	} else {		 
      		document.getElementById("frmZip").txtzip2.focus(); 
      		return false; 
      	} 
      	}  
      	else  
      	 
      	{ 
      		if(isNaN(document.getElementById("frmZip").phone.value)) { 
     	 		alert("Please enter a zipcode or valid mobile number."); 
      	    		document.getElementById("frmZip").phone.focus(); 
      				return false; 
     	 		} else if(document.getElementById("frmZip").phone.value.length!=10) { 
     	 		alert("Please enter a zipcode or valid mobile number."); 
      	    		document.getElementById("frmZip").phone.focus(); 
      				return false; 
      	  		} else { 
     				document.getElementById("frmZip").npa.value = document.getElementById("frmZip").phone.value.substring(0,3); 
     				document.getElementById("frmZip").nxx.value = document.getElementById("frmZip").phone.value.substring(3,6); 
     				document.getElementById("frmZip").lastfour.value = document.getElementById("frmZip").phone.value.substring(6);				 
      	    		document.getElementById("frmZip").action = '/login'; 
      	    		document.getElementById("frmZip").submit(); 
      		 
     		 	}			 
      		}	  
      } 
      
      	// naming window for Flash popup 
      	window.name = "main"; 
      
      
      //--> 
      </script> 
      </head> 
      <body> 
      
      <div id="containerContentsHome"> 
      	<!-- HEADER & GLOBAL NAV --> 
      	<!-- Vignette V/5 Tue Jun 15 12:23:05 2004 --> 
      
      
      
      
      	<script language="JavaScript"> 
      	<!-- 
      	function MM_openBrWindow(theURL,winName,features) { //v2.0 
      	  window.open(theURL,winName,features); 
      	} 
      	//--> 
      	</script> 
      
      
      
      
      
      
      <!--HEADER--> 
      <div id="headerHome"> 
       	<div class="flash"> 
      			<script type="text/javascript"> 
      				<!-- 
      				function FlashInstalled() 
      				{ 
     					result = false; 
     					if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) 
      					{ 
     						result = navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin; 
      					} 
     					else if (document.all && (navigator.appVersion.indexOf("Mac")==-1)) 
      					{ 
     					// IE Windows only -- check for ActiveX control, have to hide code in eval from Netscape (doesn't like try) 
     						eval ('try {var xObj = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");if (xObj)	result = true; xObj = null;	} catch (e)	{}'); 
      					} 
     					return result; 
      				} 
      
     				//If this browser understands the mimeTypes property and recognizes the MIME Type //"application/x-shockwave-flash"... 
      
      				if (FlashInstalled()){ 
     				 document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="[url="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0[/url]" id="more" width="400" height="95">	 <param name=movie value="/images/animated_masthead_starservices_small.swf" />	 <param name=quality value=high /> <param name="wmode" value="transparent"> <embed src="/images/animated_masthead_starservices_small.swf" wmode="transparent" quality=high width="400" height="95" name="*Services" type="application/x-shockwave-flash" pluginspage="[url="http://www.macromedia.com/go/getflashplayer"]http://www.macromedia.com/go/getflashplayer[/url]"></embed></object> '); 
      					} 
      				else { 
     				 document.write('<img src="/refresh/images/cingular_homepage_rollover.gif" alt="Cingular Wireless" />'); 
      				} 
      				//--> 
      			</script> 
      	</div> 
      	<div class="utilityNav" id="utilityNav"> 
      
      		<p><a href="/about/company_overview">About</a> | <a href="/dilo">En Espa&ntilde;ol</a> | <a href="/sitemap/sitemap">Site Map</a></p> 
              <script> 
      		function clearSearch() { 
      		  if(document.frmSearchHeader.searchAll.value == "Search") { 
      		    document.frmSearchHeader.searchAll.value = ""; 
      		  } 
      		} 
      		function validateSearchHeader() { 
     		 if(document.frmSearchHeader.searchAll.value == "" || document.frmSearchHeader.searchAll.value == "Search") { 
      		    alert("Please enter valid search criteria."); 
      			document.frmSearchHeader.searchAll.focus(); 
      			return false; 
      		  } 
      		  return true; 
      		} 
      		</script> 
      <form name="frmSearchHeader" action="/search/searchResults" method="post" onSubmit="return validateSearchHeader()"> 
      	        <input type="hidden" name="searchNone"> 
      	        <input type="hidden" name="searchExact"> 
      			<input type="hidden" name="searchZip"> 
      	        <input type="hidden" name="flgCompany" value="1"> 
      	        <input type="hidden" name="flgProducts" value="1"> 
      	        <input type="hidden" name="flgGlossary" value="1"> 
      	        <input type="hidden" name="flgPagination" value="0"> 
     			<p style="padding-top:5px;"><table align="right"><tr><td valign="center"><input type="text" size="14" name="searchAll" value="Search" onFocus="clearSearch()"></td><td valign="center"><input type="image" src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/bt/bt_homeGo.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/bt/bt_homeGo.gif[/url]" alt="Search"></td></tr></table></p> 
      			<br clear="both"> 
      		</form> 
      		<div style="clear:both;"></div> 
     		<p style="padding-top:0px;"><a href="/buy/store_locator"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/refresh/images/tit_findAStore.png"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/refresh/images/tit_findAStore.png[/url]" alt="Find a Store" /></a><br \> 
      			<a href="/sendamessage"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/refresh/images/tit_sendTextMessage.png"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/refresh/images/tit_sendTextMessage.png[/url]" alt="Send Text Message" /></a><br \> 
      		</p> 
      	</div> 
      </div> 
      <!--END HEADER--> 
      
      <!--GLOBAL NAVIGATION--> 
      	<div id="globalNavigation"> 
      		<ul> 
      			<li class="home"><a href="/index" title="Home" id="imgHome" onmouseover="showMenu('home', this)" onmouseout="tryToClose()"><span>Home</span></a></li><li class="myAccount"><a href="/refresh/common/olam_zipcode" title="My Account" id="imgmyAccount" onmouseover="showMenu('myAccount', this)" onmouseout="tryToClose()"><span>My Account</span></a></li><li class="phoneAccesories"><a href="/refresh/common/estore_zipcode?selinfo=Phones" title="Phones &amp; Accessories" id="imgphoneAccesories" onmouseover="showMenu('phoneAccesories', this)" onmouseout="tryToClose()"><span>Phone Accesories</span></a></li><li class="ratePlans"><a href="/refresh/common/estore_zipcode?selinfo=Rate+Plans" title="Rate Plans" id="imgratePlans" onmouseover="showMenu('ratePlans', this)" onmouseout="tryToClose()" ><span>Rate Plans</span></a></li><li class="customerService"><a href="/customer_service/customer_service" title="Customer Service" id="imgcustomerService" onmouseover="showMenu('customerService', this)" onmouseout="tryToClose()"><span>CustomerService</span></a></li> 
      		</ul> 
      	</div> 
      	<div id="home"> 
      	</div> 
      	<div id="myAccount" class="globalDropDown" style="width:139px"> 
      		<h2>My Account</h2> 
      		<ul> 
     			<li><a href="/refresh/common/olam_zipcode">My Account Login</a></li> 
     			<li><a href="/beyond_voice/beyondmww">My Wireless Window</a></li> 
      			<li><a href="javascript:;" onClick="window.open('[url="https://www.myprepaidrefill.com/"]https://www.myprepaidrefill.com[/url]','','')">KIC Prepaid Login</a></li> 
      		</ul> 
      	</div> 
      	<div id="phoneAccesories" class="globalDropDown" style="width:139px"> 
      		<h2>Phone &amp; Accesories</h2> 
      		<ul> 
     			<li><a href="/refresh/common/estore_zipcode?selinfo=Phones">Phones &amp; PDAs</a></li> 
     			<li><a href="/refresh/common/estore_zipcode?selinfo=Accessories">Accessories</a></li> 
     			<li><a href="/beyond_voice/ringtones_graphics">Ringtones &amp; Graphics</a></li> 
     			<li><a href="/beyond_voice/games">Games</a></li> 
     			<li><a href="/beyond_voice/mms">Multimedia Messaging</a></li> 
     			<li><a href="/beyond_voice/text_messaging">Text Messaging</a></li> 
     			<li><a href="/beyond_voice/instantmessaging">Instant Messaging</a></li> 
     			<li><a href="/beyond_voice/wireless_internet">Wireless Internet</a></li> 
     			<li><a href="/refresh/common/estore_zipcode?selinfo=Prepaid_phones">KIC Prepaid</a></li> 
     			<li><a href="/business">Business Solutions</a></li>			 
      		</ul> 
      	</div> 
      	<div id="ratePlans" class="globalDropDown" style="width:139px"> 
      		<h2>Rate Plans</h2> 
      		<ul> 
     			<li><a href="/refresh/common/estore_zipcode?selinfo=Rate+Plans">Plans</a></li> 
      			<li><a href="/refresh/common/estore_zipcode?selinfo=Packages">Package Deals</a></li>			 
     			<li><a href="/refresh/common/estore_zipcode?selinfo=Features">Features</a></li> 
     			<li><a href="/refresh/common/estore_zipcode?selinfo=Maps">Maps</a></li> 
     			<li><a href="/roaming/intl_roaming">Roaming</a></li> 
     			<li><a href="/refresh/common/estore_zipcode?selinfo=Prepaid">KIC Prepaid</a></li> 
     			<li><a href="/business">Business Solutions</a></li> 
     			<li><a href="/refresh/common/estore_zipcode?selinfo=Special+Offers">Special Offers</a></li> 
      		</ul> 
      	</div> 
      	<div id="customerService" class="globalDropDown" style="width:147px"> 
      		<h2>Customer Service</h2> 
      		<ul> 
     			<li><a href="/customer_service/customer_service">Customer Service</a></li> 
     			<li><a href="/customer_service/common_zipcode">Common Questions</a></li> 
     			<li><a href="/customer_service/brochures#features_services">Features &amp; Services</a></li> 
     			<li><a href="/customer_service/brochures#PhAndDevice">Phones &amp; Devices</a></li> 
      		</ul> 
      	</div> 
      	 
      	<div style="clear:both"></div> 
      
      <!--END GLOBAL NAVIGATION--> 
      
      	<div style="clear:both;height:10px;"></div> 
      
      	<!-- MAIN PROMO -->	 
     	<div style="width:719px;height:625px;border:none;background:url(/images/homepage/home_promo_x427_v5.jpg) no-repeat;" class="cella"> 
      		<div style="clear:both;height:75px;border:none;"></div> 
      		<div style="width:296px;border:none;" class="cella">&nbsp;</div> 
     		<div style="width:235px;padding-top:23px;text-align:left;border:none;" class="cella" id="promoText"> 
     			Plus, count on the largest talk for free coverage area in America with</br> Cingular Nation plans. 
     				<div style="padding-top:12px;padding-left:20px;text-align:left;border:none;font-size:12px;" id="promoLink"> 
     					<a href="/promo_x427?id4=promoX427">Details</a> 
      				</div> 
      		</div> 
      		<div style="width:15px;border:none;" class="cella"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/clearpixel.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/clearpixel.gif[/url]" width="15"/></div> 
     		<div style="width:155px;border:none;" class="cella" id="lifestyle images"> 
      			<script type="text/javascript"> 
      			<!-- 
     				i = Math.round(Math.random() * 2)+1; 
     				document.write('<img src="/images/homepage/ls0'+i+'.jpg">'); 
      			//--> 
      			</script> 
      		</div>		 
      		<div style="clear:both;height:35px;"></div> 
      	 
      		<!-- SHOP CINGULAR --> 
      		<div style="width:267px;border:none;" class="cella"> 
     			<div style="width:15px;border:none;" class="cella"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/clearpixel.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/clearpixel.gif[/url]" width="15"/></div> 
     			<div style="width:252px;border:none;" class="cella"> 
      				<div class="shopHome"> 
     					<img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/blue_arrow.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/blue_arrow.gif[/url]" align="absmiddle" alt="-"/> See our  
     					<a href="/refresh/common/estore_zipcode/?selinfo=Phones">phones</a> and <a href="/refresh/common/estore_zipcode?selinfo=Wireless+Data">handhelds</a>. 
      				</div> 
      				<div class="shopHome"> 
     					<img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/blue_arrow.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/blue_arrow.gif[/url]" align="absmiddle" alt="-"/> Browse our  
     					<a href="/refresh/common/estore_zipcode/?selinfo=Rate+Plans">rate plans</a>. 
      				</div> 
      				<div class="shopHome"> 
     					<img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/blue_arrow.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/blue_arrow.gif[/url]" align="absmiddle" alt="-"/> Find a 
     					<a href="/business">solution</a> for your business. 
     				</div>				 
     				<div style="clear:both;height:5px;"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif[/url]" height="5"/></div> 
      				 
      				<img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/dotted_line_236.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/dotted_line_236.gif[/url]" alt=".........."/> 
      
      				<!--  ADD A LINE --> 
     				<div style="clear:both;height:5px;"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif[/url]" height="5"/></div> 
     				<div style="width:143px;border:0px;" class="cella"> 
     					<img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/hdr_addaline_v3.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/hdr_addaline_v3.gif[/url]" alt="Add a Line for $9.99"/><br/> 
     					Extended for a limited time. 
     					With Cingular FamilyTalk, share your Nationwide Minutes. 
     					<div class="promoDetails"> 
     						<a href="/promo_addaline?id4=promoAddaLine">Details</a> 
     					</div> 
      				</div> 
     				<div style="width:98px;" class="cella"> 
     					<img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/jack_addaline_v2.jpg"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/jack_addaline_v2.jpg[/url]" alt="We've got you covered!" align="right"/> 
      				</div> 
      
      				<img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/dotted_line_236.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/dotted_line_236.gif[/url]" alt=".........."/> 
      				 
     				<!-- CAMERA PHONE SPECIAL --> 
     				<div style="clear:both;height:5px;"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif[/url]" height="5"/></div> 
     				<div style="width:150px;border:0px;" class="cella"> 
     					<img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/hdr_camera_phone_special.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/hdr_camera_phone_special.gif[/url]" alt="Camera Phone Special"/><br/> 
     					Get the Motorola V400, our best selling camera phone, and save up to $100 with mail-in rebate. 
     					<div class="promoDetails"> 
     						<a href="/promo_mot_400?id4=promoMotV400">Details</a> | <a href="/promo_mot_400" onClick="window.open('/v400_demo','','width=500,height=350');">Demo</a> 
     					</div> 
      				</div> 
     							 
     				<div style="clear:both;"></div> 
      			</div> 
      		</div> 
      		 
      		<div style="width:7px;border:none;" class="cella"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif[/url]" width="7"/></div> 
      		 
      		<!-- CINGULAR CARE --> 
      		<div style="width:219px;border:none;" class="cella"> 
     			<div style="width:10px;border:none;" class="cella"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif[/url]" width="10"/></div> 
     			<div style="209px;border:none;padding-top:6px;" class="cella"> 
      				<div id="manageAccount"> 
     					<img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/hdr_myaccount_v2.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/hdr_myaccount_v2.gif[/url]" alt="Manage My Account"/> 
     					<p>Pay your bill online. Also, add features, check your minutes, <br/> 
     					even change your plan.</p> 
     					<form id="frmZip" method="post" action=""> 
     						<input type="hidden" name="npa" /> 
     						<input type="hidden" name="nxx" /> 
     						<input type="hidden" name="lastfour" /> 
     						<div style="padding-top:10px;padding-bottom:5px">Wireless Number</div> 
     						<div style="padding-left:40px;padding-top:10px;padding-bottom:5px">ZIP Code</div> 
     						<div style="border:none;"> 
     							<input type="text" onFocus="ClearSearch(frmZip);" name="phone" maxlength="10" size="20"/> 
     							<em class="or">or</em> 
     							<input type="text" onFocus="ClearSearch(frmZip);" name="txtzip2" maxlength="5" size="7" onKeyPress="return checkKey(event, 1);" /> 
     							<div style="clear:both;">&nbsp</div> 
     						</div> 
     						<div style="padding-left:138px"> 
     							<input type="image" src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/bt_home_login_new.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/bt_home_login_new.gif[/url]" alt="Login" onClick="return validateForm(1);" class="back"/> 
     						</div> 
      				      </form> 
      				</div> 
     				<div style="clear:both;height:4px;"></div> 
      				<img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/dotted_line_189.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/dotted_line_189.gif[/url]" alt=".........."/> 
      				<div class="bodyCopy"> 
     					<div class="textList"> 
     						<h2><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/hdr_help.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/hdr_help.gif[/url]" alt="Let Us Help"/></h2> 
     						<ul> 
     							<li class="list"><a href="/customer_service/common_phone_instru">Send and receive calls.</a></li> 
     							<li class="list"><a href="/customer_service/bill_tutorial">Understand your monthly bill.</a></li> 
     							<li class="list"><a href="/customer_service/brochures">Set up your voice mail.</a></li> 
     							<li class="list"><a href="/order_status/order_status/">Check your order status.</a></li> 
     							<li class="list"><a href="/customer_service/customer_service">Find more answers.</a></li> 
     						</ul>	 
     					</div> 
      				</div> 
      			</div> 
      		</div> 
      		 
      		<div style="width:7px;border:none;" class="cella"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif[/url]" width="7"/></div> 
      		 
      		<!-- MEdia --> 
      		<div style="width:209px;border:none;" class="cella"> 
     			<div style="width:10px;border:none;" class="cella"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif[/url]" width="10"/></div> 
     			<div style="width:199px;border:none;padding-top:4px;" class="cella"> 
     				Select one of the following, or <br> 
      				get it all with a  
     				<a href="/beyond_voice/media_packages">MEdia package</a>:<br/> 
      				<br/> 
      
      				<!--MEDIA ICONS--> 
     				<div style="width:34px;border:none;" class="cella"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/clearpixel.gif[/url]" width="34"/></div> 
     				<div style="width:50px;border:none;text-align:center;" class="cella"><a href="/beyond_voice/ringtones_graphics"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/ringtones.jpg"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/ringtones.jpg[/url]" alt="Ringtones"/><br/>Ringtones</a></div> 
     				<div style="width:20px;border:none;" class="cella"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/clearpixel.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/clearpixel.gif[/url]" width="20"/></div> 
      				<div style="width:50px;border:none;text-align:center;" class="cella"><a href="/beyond_voice/games"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/games.jpg"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/games.jpg[/url]" alt="Games"/><br/>Games</a></div> 
     				<div style="clear:both;height:10px;"></div> 
      				<div style="width:60px;border:none;text-align:center;" class="cella"><a href="/beyond_voice/mms"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/mms.jpg"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/mms.jpg[/url]" alt="Multimedia Messaging"/><br/>Multimedia<br/>Messaging</a></div> 
     				<div style="width:5px;border:none;" class="cella"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/clearpixel.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/clearpixel.gif[/url]" width="5"/></div> 
      				<div style="width:60px;border:none;text-align:center;" class="cella"><a href="/beyond_voice/text_messaging"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/text.jpg"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/text.jpg[/url]" alt="Text Messaging"/><br/>Text<br/>Messaging</a></div> 
     				<div style="width:5px;border:none;" class="cella"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/clearpixel.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/clearpixel.gif[/url]" width="5"/></div> 
      				<div style="width:60px;border:none;text-align:center;" class="cella"><a href="/beyond_voice/instantmessaging"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/instant_messaging.jpg"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/instant_messaging.jpg[/url]" alt="Instant Messaging"/><br/>Instant<br/>Messaging</a></div> 
      				 
     				<div style="clear:both;height:6px;"></div> 
      				 
      				<img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/dotted_line_189.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/dotted_line_189.gif[/url]" alt=".........."/> 
      
      				<div class="bodyCopy"> 
     					<img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/hdr_media_packages_v2.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/homepage/hdr_media_packages_v2.gif[/url]" alt="MEdia Packages"/><br/> 
     					 Save a bundle on Messaging<br> and Wireless<br> Internet. 
     					<div class="promoDetails"> 
     						<a href="/beyond_voice/media_packages">Details</a> 
     					</div> 
      				</div> 
      			</div> 
      			 
      		</div> 
      
      	</div> <!-- main bkg --> 
      
      	<div style="clear:both;height:15px;"></div> 
      	 
      </div> 
      <!-- FOOTER --> 
      <!-- Vignette V/5 Wed Jul 07 09:05:19 2004 --> 
      
      
      <script type="text/javascript"> 
      	<!-- 
      	function MM_openBrWindow(theURL,winName,features) { //v2.0 
      	  window.open(theURL,winName,features); 
      	} 
      	//--> 
      </script> 
      <div id="containerFooter"> 
      	<div id="footer"> 
      		<div class="footerTopLine"></div> 
      		<!-- <a href="/be_sensible/be_sensible">Be Sensible</a>| --> 
      		<p><a href="javascript:;" onclick="MM_openBrWindow('[url="http://referral.cingular.com/"]http://referral.cingular.com[/url]','','')">Refer a friend</a>|<a href="[url="http://alliance.cingularinteractive.com/"]http://alliance.cingularinteractive.com/[/url]">Developers Forum</a>|<a href="/about/work_us">Careers</a> |<a href="/customer_service/contact_us">Contact Us</a>|<a href="/about/consumer_code">Consumer Code</a></p> 
      
      	</div> 
      	<div id="rightShadowFooter"></div> 
      	<div id="endPage"></div> 
      </div> 
      <div style="clear:both"></div> 
      
      <div class="disclaimer">	 
     	<a href="/privacy/privacy_policy">Privacy Policy And Legal Notices</a><em><a href="/deals_sitemap" style="text-decoration: none;">&copy;2004, Cingular Wireless. All Rights Reserved.</a></em> 
      </div> 
      <div class="beSensible"> 
      	<a href="/be_sensible/be_sensible"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/footer_besensible.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/footer_besensible.gif[/url]" alt="Be Sensible" /></a> <a href="/about/consumer_code"><img src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/footer_consumercode.gif"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/images/footer_consumercode.gif[/url]" alt="Consumer Code" /></a> 
      </div> 
      <!-- SiteCatalyst code version: G.1. 
      Copyright 1997-2003 Omniture, Inc. More info available at 
      [url="http://www.omniture.com/"]http://www.omniture.com[/url] --><script language="JavaScript"><!-- 
      /* You may give each page an identifying name, server, and channel on 
      the next lines. */ 
      var s_pageName="" 
      var s_server="" 
      var s_channel="" 
      var s_pageType="" 
      var s_prop1="" 
      /* E-commerce Variables */ 
      var s_campaign="" 
      var s_state="" 
      var s_zip="" 
      var s_events="" 
      var s_products="" 
      var s_purchaseID="" 
      /********* INSERT THE PATH TO YOUR CODE BELOW ************/ 
      //--></script> 
      <script language="JavaScript" src="[url="http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/refresh/js/s_code_remote.js"]http://a111.g.akamai.net/f/111/2897/5m/www.cingular.com/refresh/js/s_code_remote.js[/url]"></script> 
      <!-- End SiteCatalyst code version: G.1. --> 
      		<SCRIPT language="JavaScript"> 
      			document.write('<img src="[url="http://www.ppctracking.net/view5.cfm?cid=EC58BE18BB2059C58195DFCB549D0E99&ref="]http://www.ppctracking.net/view5.cfm?cid=EC58BE18BB2059C58195DFCB549D0E99&ref=[/url]' + document.referrer +'"  height="1" width="1" border="0">'); 
      		</SCRIPT> 
      
      
      
      
      <!-- Begin CentrPort Spotlight Tracking  added 11/5/03 --> 
      <script language="JavaScript"> 
      document.write('<img src="[url="http://mds.centrport.net/mdsefc?a2925;MCIN101C10313P178627B0S0"]http://mds.centrport.net/mdsefc?a2925;MCIN101C10313P178627B0S0[/url]">'); 
      </script> 
      <!-- end  CentrPort Spotlight Tracking --> 
      <!-- Start of DoubleClick Spotlight Tag: Please do not remove--> 
      <!-- Activity Name for this tag is:homepage --> 
      <!-- Web site URL where tag should be placed: [url="http://www.cingular.com/"]http://www.cingular.com/[/url]<[url="http://cingular.com/"]http://cingular.com/[/url]> --> 
      <!-- Creation Date:02/20/02 --> 
      <SCRIPT language="JavaScript"> 
      var axel = Math.random()+""; 
      var a = axel * 10000000000000; 
      document.write('<IMG SRC="[url="https://ad.doubleclick.net/activity;src=603693;type=ncaal474;cat=homep664;ord="]https://ad.doubleclick.net/activity;src=603693;type=ncaal474;cat=homep664;ord=[/url]'+ a + '?" WIDTH=1 HEIGHT=1 BORDER=0>'); 
      </SCRIPT> 
      <NOSCRIPT> <IMG SRC="[url="https://a248.e.akamai.net/f/248/2897/5m/ad.doubleclick.net/activity;src=603693;type=ncaal474;cat=homep664;ord=1"]https://a248.e.akamai.net/f/248/2897/5m/ad.doubleclick.net/activity;src=603693;type=ncaal474;cat=homep664;ord=1[/url]?" WIDTH=1 HEIGHT=1 BORDER=0> 
      </NOSCRIPT> 
      <!-- End of DoubleClick Spotlight Tag: Please do not remove--> 
      </body> 
      </html>
     
    Last edited by a moderator: Aug 3, 2004
  2. ICeMaN

    ICeMaN Master Sergeant

    It looks like a Cingular website. What have you got going on with this? And could you wrap it in
    Code:
     tags?  I'd imagine the meta content in that would play havoc with whatever search engines that might be mapping this forum :eek:
     
  3. Wookie

    Wookie Sergeant Major

    whats the exact question? is this your site? does it not work?
     
  4. NeoNemesis

    NeoNemesis Moutharrhea

    yeah theres an aweful lot of code there. So if you could just tell us what is wrong it will make it a bit easier to find the problem instead of having to read through all of this.
     

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds