Ewww! Something died ... (ABS problem??)

Being the owner of a Snow ABS and the customer of a cable Internet provider, I've for years -- about five, to be exact -- had to live with my Web access crapping out at unexpected and always inconvenient moments, causing me to have to upplug the cable modem for 30 seconds to reset, wait another 30 for the modem to reboot and connect to the network then restart the computer.
Some BS about ABS and a glitch related to DHCP lease renewal.
Anyway, this pain the the butt solution has always worked. Until this week. Our cable connection quit on Tuesday, we tried the usual tricks and nothing. Turned off the computer and the modem overnight to try afresh in the morning. No help. Even tried the admin utility to reset ABS, and even unplugged the sucker. Did everything but a hard reset.
Called the cable company to gripe, was told to plug the modem directly into my eMac via ethernet, reset the modem and voila! Internet again. Except this leaves my iBook offline unless I wire it up.
Something between my cable modem and my computer quit working as it has for quite a long time and I'm at a loss to figure out how to get it working again. Please note, I have no wireless signal problems. There's just no usuable connection being sent on either a wired or wireless basis with my ABS in the loop.
Here's how I was configured when this happened. If anyone has any suggestions for what might have gone wrong and/or how to get my iBook back online wirelessly, I'd appreciate it.
-> RCA cable modem
-> ethernet out to Snow ABS LAN port (wireless signal out to iBook)
-> ABS ethernet out to Belkin ethernet router (for additional wired ports to my network for a nephew's sometime's visiting PlayStation, for instance)
-> ethernet out from Belkin router to eMac ethernet port
-> ABS distributes IP addresses to wired and wireless computers, and continued to despite not sending along any connectivity with the IP. Airport Admin Utility showed an IP address coming in from outside.
As I write this post:
-> Cable modem to eMac via ethernet and leased IP address, ABS connected to nothing so no wireless connectivity to iBook.
If I have to replace my ABS with something new, I might consider getting an Airport Extreme card for the eMac then sharing my ethernet connection wirelessly. Another question: if I did that, could I make use of an Airport Express as a network range extender and/or for AirTunes?
eMac 1GHz G4, 160 GB, 1 GB RAM, Superdrive   Mac OS X (10.3.9)   300 GB Seagate external FW 400 hard drive, iSight

Have you tried resetting the ABS? See KB 106602, Resetting the AirPort Base Station (Dual Ethernet).
I recommend that you change your hardware configuration to this:
cable modemBelkin router[LAN] ABS
Enable the DHCP server on the Belkin router. Configure the ABS so that it does not distribute IP addresses.
...I might consider getting an Airport Extreme card for the eMac then sharing my ethernet connection wirelessly. Another question: if I did that, could I make use of an Airport Express as a network range extender and/or for AirTunes?
No you can not use the AirPort Express as a wireless extender when you are using Internet Sharing on your eMac. WDS only works between AirPort Express and AirPort Extreme base station (AEBS). See KB 107454, AirPort Extreme and Express: Using WDS to create a network from multiple base stations.

Similar Messages

  • Can't load Netflix - Firefox says something about cookie problem and recommends try again button. ("The page isn't redirecting properly Firefox has detected tha

    Can't load Netflix - Firefox says something about cookie problem and recommends try again button. ("The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. This problem can sometimes be caused by disabling or refusing to accept cookies.)" Hit the try again button repeated ly - nothing???

    I decided to give Netflix a call about this problem.
    On a recording while waiting for a support rep, it said if you're having problems logging in to go to:
    http://www.netflix.com/clearcookies
    It works for me. Now I have to logon everytime I go to their site though versus it had kept me already logged in before this problem.
    I will be using that link to get to their site until they get it fixed.

  • Hi, I bought this some 80 euros option, but now when I triet to send BDF-file 88.0000 kt, it didn´t work at all. Said "couldn´t do this work". I am very disappointed. Can you do asap something for this problem. Vesa Laukkanen, LL.Lic. laki.vesa@pp.kpnet.f

    Hi, I bought this some 80 euros option, but now when I triet to send BDF-file 88.0000 kt, it didn´t work at all. Said "couldn´t do this work". I am very disappointed. Can you do asap something for this problem. [email protected] This is very important service but it must work!

    Hi vesa laukkanen,
    It sounds like you're referring to an Adobe PDF Pack subscription. What process are you having trouble with? Are you trying to create PDF files, or combine them? Please give me a little more info about where you're running into trouble, and I'll do what I can to help.
    Best,
    Sara

  • Compiling custom kenel with ABS problems

    I am tring to install 2.6.32-rc6 kernel using. ABS. I have this in my PKGBUILD
    #pkgname=kernel26 # Build stock -ARCH kernel
    pkgname=kernel26-32rc6 # Build kernel with a different name
    _kernelname=${pkgname#kernel26}
    _basekernel=2.6.32-rc6
    But makepkg is complaining that hyphens are not allowed in _basekernel. With out that I cannot download the 32-rc6 kernel.
    Please help.

    Did you try with something like this ?
    # pkgname=kernel26 # Build stock -ARCH kernel
    pkgname=kernel26-32rc6 # Build kernel with a different name
    _kernelname=${pkgname#kernel26}
    _basekernel=2.6.32
    pkgver=${_basekernel}-rc6
    pkgrel=1
    #_patchname="patch-${pkgver}-${pkgrel}-ARCH"
    #install=kernel26.install
    source=(http://www.kernel.org/pub/linux/kernel/v2.6/testing/linux-$pkgver.tar.bz2
    # the main kernel config files
    config config.x86_64 kernel26.preset)
    If you'r using initramfs to boot, you should edit kernel26.install too.

  • Weird ABS problem - it's changing the size of a file

    I'm putting together this PKGBUILD:
    # Contributor: Tom K <[email protected]>
    pkgname=mach64-dri
    pkgver=20060205
    pkgrel=1
    pkgdesc="Kernel and xorg modules for mach64 DRI"
    depends=('x-server')
    source=(http://dri.freedesktop.org/snapshots/mach64-$pkgver-linux.i386.tar.bz2)
    md5sums=('a5dc9f5097decf25df5b4225acdf116d')
    install=$pkgname.install
    url="http://dri.freedesktop.org"
    _kernel=`uname -r`
    build() {
    mkdir -p $startdir/pkg/lib/modules/$_kernel/kernel/drivers/char/drm
    $startdir/pkg/usr/lib/xorg/modules/dri
    cd $startdir/src/mach64-$pkgver-linux.i386/drm/linux-core
    make LINUXDIR=/lib/modules/$_kernel/build DRM_MODULES="mach64"
    cp *ko $startdir/pkg/lib/modules/$_kernel/kernel/drivers/char/drm
    cd $startdir/src/mach64-$pkgver-linux.i386/mach64
    cp mach64_dri.so $startdir/pkg/usr/lib/xorg/modules/dri
    It builds and installs two kernel modules, and installs a pre-compiled xorg dri module. The kernel modules are fine, but bearing in mind that the xorg module, mach64_dri.so, is simply copied over, can anyone explain this?
    Source file in $startdir/src/mach64-20060205-linux.i386/mach64
    -rwxr-xr-x  1 tomk users 5.1M 2006-02-05 16:16 mach64_dri.so
    Package file in $startdir/pkg/usr/lib/xorg/modules/dri
    -rwxr-xr-x  1 tomk users 2.2M 2006-02-06 10:45 mach64_dri.so
    If I install the package, the file remains at the lower (wrong) size. And to cap it all, after the build completes, I can do the exact same copy command manually, and it copies over at the right size!  :evil:
    Any ideas, anyone? :? I think I'll try a CVS checkout instead of the snapshot tarball, but logically, I don't see it helping. It comes down to this - if ABS does the copy command, I get one result; if I do it, I get another. wtf?

    Thanks - completely forgot about that.

  • Hard drive died - multiple problems with backed up home folder

    My friend called me when she started having some problems with her home iMac. After we did went through a myriad of troubleshooting items, I determined that her hard drive was failing and suggested she backup her home folder immediately to another drive. She copied her home folder over to her old Mac and took the iMac into the Apple Store for further diagnostics. Sure enough, her hard drive had failed and they replaced it for her.
    She reinstalled Leopard and set it up with a new account. We tried using the Migration Assistant to copy her old home folder back over but because she copied it rather than using Time Machine, Migration Assistant doesn't see it as a viable home folder. I'm very comfortable using the Terminal since I support both Macs and Linux in my department so I logged in as root and copied over her folders to the new account. That generally worked but we now have a ton of permissions problems of which Disk Utility doesn't fix. I'd like to start fresh again from her backed up home folder. So my question is if I can't use Migration Assistant to move over her old home folder, how do you make OS X see her old home folder as a viable account? (I hope this makes sense.)
    Thanks in advance!

    I would suggest the following.
    make a new temp admin account and get rid of the new account she made already. log in as the temp user and copy the old home folder from the external to /Users. then go to system preferences->accounts and make a new account with the same short user name as the name of her old home folder. It will say that a home directory by that name already exists and ask if you want to use it. say "yes". this should recreate that user and take care of all permissions issues.

  • Thunderbolt display video died-Cable problem??

    My TD (paired with a Retina) video seems to have lost its video.  Audio working fine.  Could this be a cable problem?

    I can confirm that the Thunderbolt Display will work when plugged in to the 2011 MacBook Pro 15" and a 2011 Mac Mini Server connected via Apple's Thunderbolt cable.  When both systems are connected to the monitor, the display will always prefer the system connected to its display port,  when it sleeps or is powered down, the other system detects the available display and connects to it automatically.  I can't imagine a more ideal sinerio!
    Thank you Apple!
    Jason
    Nerds Limited

  • Is there nobody out there who know something about this problem?

    Is it necessarily that i define my Prepared Statements new after I created a new view.
    The error is "NUllPointerException". Seem as my Statements aren't there anymore.
    Is there a better solution to solve this problem?
    Tx Dash

    Basically the PreparedStatement needs only to be updated if the underlying views/tables on the statement change. Well actually not the PreparedStatement but the SQL "source" for the statement.
    A NullPointerException could indicate that some information that was previously retrieved (before changing the underlying view) is not longer available, but without any code nobody will be able to answer this question.
    Thomas

  • Something changed - Mail Problem

    All of the sudden all of the text in my incoming email has disappeared. The emails are received by the iphone, they appear in the mailbox as a new message, the preview (set at 3 lines) appears, but when the email is opened - NO message text. Everything else shows up (From, TO, CC etc.)
    I have two email accounts - one is an Exchange account and the problem is appearing on both accounts.
    Since this just happened today and I didn't change any settings, I at a lose to understand it.
    Any help will be appreciated.
    Paul

    Problem happened to me starting last night, you say a reset of the phone works? I will give it a shot.

  • 2006 iPod Photo Battery is Dying, Replacement Problem

    Hello, I bought iPod Photo in 2006 and note that the battery is about to die recently. However the condition of her is still very "fit". I just want to replace a new battery for her. Can Apple do it for me? And how about the fee. Thanks for looking and good day!

    The battery will not charge eithger. I have left it in a computer and ab outlet charger both for 1 hour, but no juice is going to the iPod. Is the cord dead? Or is the battery messed up? What is going on?

  • My Iphone is very sensitive and it was sufered damage in the paint of the aluminum, Can you are doing something with this problem, can I use the warranty

    I need an answer about this

    Cosmetic changes due to normal wear and tear are not covered by the warranty.

  • Apple do something, many have problems with hand off. People call my phone but the mac doesn't ring.

    Ive got everything set up, done a logout/login and double checked everything.
    i can call from my mac but when people call my phone there is no contact.
    help
    i have a MBPr and an iphone 6. ios 8.1 and yosemite.

    Read this thread, which may provide some useful information for you: Re: iPhone calling from Mac not working
    If you find a solution, post it here or there.

  • Dying Trackpad problem urgent!!!

    Hi all,
    This morning I opened up my macbook pro (unibody) out of its sleep and tried to open up the internet. However, I noticed my clicks weren't being administered. I noticed the cursor itself moves when I move my finger around the trackpad but it wont click on anything. Also, I can use the four finger swipe to get to the expose, but I then I can't CLICK to get out of the expose. Instead I have to resort to the esc. key. Also my dock is hidden and when i drag the cursor over the dock it will pop out normally. But if i try to click on anything at all, nothing will be clicked. Also when i drag the mouse over the abttery icon and language icons etc. it will automatically bring down their respective drop down boxes but when I drag the cursor over the various options like Battery > show whatever, there is no blue highlighting of the options! Like the cursor doesn't even exist anymore.
    To diagnose theproblem i tried using an external mighty mouse to see if it's a hardware issue and it is NOT. The same thing occurs when i use other mice! Please help, midterms next monday and theonly time i have to take this to the shop is the weekend in my hometown. Thank You
    Again the cursor itself moves but the clicks don't work almost like they are locked!?!?? Please help!!!!

    Since it seems to be not hardware related, Try using Disk Utility to do a Disk Repair, as shown in this link, while booted up on your install disk.
    You could have some directory corruption. Let us know what errors Disk Utility reports and if DU was able to repair them. Disk Utility's Disk Repair is not perfect and may not find or repair all directory issues. A stronger utility may be required to finish the job. DiskWarrior would be much better.....run that if you have it.
    After that Repair Permissions.
    No need to report Permissions errors....we all get them.
      DALE

  • Problem mit Webseite die aus Fireworks erstellt wurden sind!

    Hallo Leute,
    ich hatte bis vor ein Jahr noch mit der Master Collegen CS 3 gearbeitet und Webseiten mit Hilfe von Fireworks erstellt.
    Jetzt bin ich umgestiegen auf Adobde CC und dann gab es die ersten Probleme
    Problem:
    Wenn ich eine Seite erstellt habe mit Fireworks und diese in Dreamweaver lade wird diese mir immer linksbündig angezeigt.
    Jetzt wähle im in den Einstellungen,  "Align = Center" aus wie zuvor in CS3
    Leider kein Erfolg!
    Kennt ihr den Fehler, bzw. habt ihr noch eine Lösungsidee?
    MFG
    Nico

    Hallo,
    vielen Dank für die schnelle Antworten :-)
    Anbei die beiden Codes:
    FIREWORKS CS3:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Lacke</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css">td img {display: block;}</style>
    <!--Fireworks CS3 Dreamweaver CS3 target.  Created Tue Oct 23 13:01:25 GMT+0200 2012-->
    <script language="JavaScript1.2" type="text/javascript">
    <!--
    function MM_findObj(n, d) { //v4.01
      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);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    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;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    </head>
    <body bgcolor="#ffffff" onload="MM_preloadImages('bilder/lacke_r4_c2_f2.jpg','bilder/lacke_r6_c2_f2.jpg','bilder/ lacke_r8_c2_f2.jpg','bilder/lacke_r10_c2_f2.jpg','bilder/lacke_r12_c2_f2.jpg','bilder/lack e_r14_c2_f2.jpg','bilder/lacke_r16_c2_f2.jpg');">
    <table align="center" border="0" cellpadding="0" cellspacing="0" width="1039">
    <!-- fwtable fwsrc="lacke.png" fwpage="Seite 1" fwbase="lacke.jpg" fwstyle="Dreamweaver" fwdocid = "967141546" fwnested="0" -->
      <tr>
       <td><img src="bilder/spacer.gif" width="363" height="1" border="0" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="120" height="1" border="0" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="37" height="1" border="0" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="108" height="1" border="0" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="7" height="1" border="0" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="145" height="1" border="0" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="8" height="1" border="0" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="145" height="1" border="0" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="106" height="1" border="0" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="1" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="9"><img name="lacke_r1_c1" src="bilder/lacke_r1_c1.jpg" width="1039" height="29" border="0" id="lacke_r1_c1" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="29" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="2" colspan="2"><img name="lacke_r2_c1" src="bilder/lacke_r2_c1.jpg" width="483" height="285" border="0" id="lacke_r2_c1" usemap="#m_lacke_r2_c1" alt="" /></td>
       <td colspan="2" valign="top" bgcolor="#AEAFB3"><iframe src ="slider.html" frameborder="0" width="145" height="177" scrolling="no"></iframe></td>
       <td rowspan="16" bgcolor="#AEAFB3"><img name="lacke_r2_c5" src="bilder/lacke_r2_c5.jpg" width="7" height="861" border="0" id="lacke_r2_c5" alt="" /></td>
       <td valign="top" bgcolor="#AEAFB3"><iframe src ="slider1.html" frameborder="0" width="145" height="177" scrolling="no"></iframe></td>
       <td rowspan="16" bgcolor="#AEAFB3"><img name="lacke_r2_c7" src="bilder/lacke_r2_c7.jpg" width="8" height="861" border="0" id="lacke_r2_c7" alt="" /></td>
       <td valign="top" bgcolor="#AEAFB3"><iframe src ="slider2.html" frameborder="0" width="145" height="177" scrolling="no"></iframe></td>
       <td rowspan="16"><img name="lacke_r2_c9" src="bilder/lacke_r2_c9.jpg" width="106" height="861" border="0" id="lacke_r2_c9" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="177" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="lacke_r3_c3" src="bilder/lacke_r3_c3.jpg" width="145" height="108" border="0" id="lacke_r3_c3" alt="" /></td>
       <td rowspan="15"><img name="lacke_r3_c6" src="bilder/lacke_r3_c6.jpg" width="145" height="684" border="0" id="lacke_r3_c6" alt="" /></td>
       <td rowspan="15"><img name="lacke_r3_c8" src="bilder/lacke_r3_c8.jpg" width="145" height="684" border="0" id="lacke_r3_c8" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="108" border="0" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="14"><img name="lacke_r4_c1" src="bilder/lacke_r4_c1.jpg" width="363" height="576" border="0" id="lacke_r4_c1" usemap="#m_lacke_r4_c1" alt="" /></td>
       <td colspan="2"><a href="index2.html" target="_top" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('lacke_r4_c2','','bilder/lacke_r4_c2_f2.jpg',1);"><img name="lacke_r4_c2" src="bilder/lacke_r4_c2.jpg" width="157" height="47" border="0" id="lacke_r4_c2" alt="" /></a></td>
       <td rowspan="14"><img name="lacke_r4_c4" src="bilder/lacke_r4_c4.jpg" width="108" height="576" border="0" id="lacke_r4_c4" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="47" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="lacke_r5_c2" src="bilder/lacke_r5_c2.jpg" width="157" height="12" border="0" id="lacke_r5_c2" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="12" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="service.html" target="_top" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('lacke_r6_c2','','bilder/lacke_r6_c2_f2.jpg',1);"><img name="lacke_r6_c2" src="bilder/lacke_r6_c2.jpg" width="157" height="47" border="0" id="lacke_r6_c2" alt="" /></a></td>
       <td><img src="bilder/spacer.gif" width="1" height="47" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="lacke_r7_c2" src="bilder/lacke_r7_c2.jpg" width="157" height="13" border="0" id="lacke_r7_c2" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="13" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="lacke.html" target="_top" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('lacke_r8_c2','','bilder/lacke_r8_c2_f2.jpg',1);"><img name="lacke_r8_c2" src="bilder/lacke_r8_c2.jpg" width="157" height="47" border="0" id="lacke_r8_c2" alt="" /></a></td>
       <td><img src="bilder/spacer.gif" width="1" height="47" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="lacke_r9_c2" src="bilder/lacke_r9_c2.jpg" width="157" height="13" border="0" id="lacke_r9_c2" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="13" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="ref.html" target="_top" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('lacke_r10_c2','','bilder/lacke_r10_c2_f2.jpg',1);"><img name="lacke_r10_c2" src="bilder/lacke_r10_c2.jpg" width="157" height="47" border="0" id="lacke_r10_c2" alt="" /></a></td>
       <td><img src="bilder/spacer.gif" width="1" height="47" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="lacke_r11_c2" src="bilder/lacke_r11_c2.jpg" width="157" height="13" border="0" id="lacke_r11_c2" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="13" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="impressum.html" target="_top" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('lacke_r12_c2','','bilder/lacke_r12_c2_f2.jpg',1);"><img name="lacke_r12_c2" src="bilder/lacke_r12_c2.jpg" width="157" height="47" border="0" id="lacke_r12_c2" alt="" /></a></td>
       <td><img src="bilder/spacer.gif" width="1" height="47" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="lacke_r13_c2" src="bilder/lacke_r13_c2.jpg" width="157" height="12" border="0" id="lacke_r13_c2" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="12" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="kontakt.html" target="_top" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('lacke_r14_c2','','bilder/lacke_r14_c2_f2.jpg',1);"><img name="lacke_r14_c2" src="bilder/lacke_r14_c2.jpg" width="157" height="47" border="0" id="lacke_r14_c2" alt="" /></a></td>
       <td><img src="bilder/spacer.gif" width="1" height="47" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="lacke_r15_c2" src="bilder/lacke_r15_c2.jpg" width="157" height="13" border="0" id="lacke_r15_c2" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="13" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="extras.html" target="_top" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('lacke_r16_c2','','bilder/lacke_r16_c2_f2.jpg',1);"><img name="lacke_r16_c2" src="bilder/lacke_r16_c2.jpg" width="157" height="47" border="0" id="lacke_r16_c2" alt="" /></a></td>
       <td><img src="bilder/spacer.gif" width="1" height="47" border="0" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="lacke_r17_c2" src="bilder/lacke_r17_c2.jpg" width="157" height="171" border="0" id="lacke_r17_c2" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="171" border="0" alt="" /></td>
      </tr>
    </table>
    <map name="m_lacke_r2_c1" id="m_lacke_r2_c1">
    </map>
    <map name="m_lacke_r4_c1" id="m_lacke_r4_c1">
    </map>
    </body>
    </html>
    FIREWORKS CC
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <!-- saved from url=(0014)about:internet -->
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>Kontakt</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <script language="JavaScript1.2" type="text/javascript">
    <!--
    function MM_findObj(n, d) { //v4.01
      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);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    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;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    //-->
    </script>
    <style type="text/css">
    td img {display: block;}</style>
    </head>
    <body bgcolor="#ffffff" onload="MM_preloadImages('bilder/kontakt_r4_c2_s2.jpg','bilder/kontakt_r6_c2_s2.jpg','bil der/kontakt_r8_c2_s2.jpg','bilder/kontakt_r10_c2_s2.jpg','bilder/kontakt_r12_c2_s2.jpg','b ilder/kontakt_r14_c2_s2.jpg','bilder/kontakt_r16_c2_s2.jpg');"><table style="display: inline-table;" align="center" border="0" cellpadding="0" cellspacing="0" width="1039">
    <!-- fwtable fwsrc="kontakt.png" fwpage="Seite 1" fwbase="kontakt.jpg" fwstyle="Dreamweaver" fwdocid = "967141546" fwnested="0" -->
      <tr>
       <td><img src="bilder/spacer.gif" width="363" height="1" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="120" height="1" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="37" height="1" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="108" height="1" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="7" height="1" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="145" height="1" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="8" height="1" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="145" height="1" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="106" height="1" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="1" alt="" /></td>
      </tr>
      <tr>
       <td colspan="9"><img name="kontakt_r1_c1" src="bilder/kontakt_r1_c1.jpg" width="1039" height="29" id="kontakt_r1_c1" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="29" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="2" colspan="2"><img name="kontakt_r2_c1" src="bilder/kontakt_r2_c1.jpg" width="483" height="285" id="kontakt_r2_c1" usemap="#m_kontakt_r2_c1" alt="" /></td>
       <td colspan="2"  valign="top" bgcolor="#AEAFB3"><iframe src ="slider.html" frameborder="0" width="145" height="177" scrolling="no"></iframe></td>
       <td rowspan="16"><img name="kontakt_r2_c5" src="bilder/kontakt_r2_c5.jpg" width="7" height="861" id="kontakt_r2_c5" usemap="#m_kontakt_r2_c5" alt="" /></td>
       <td valign="top" bgcolor="#AEAFB3"><iframe src ="slider1.html" frameborder="0" width="145" height="177" scrolling="no"></iframe></td>
       <td rowspan="16"><img name="kontakt_r2_c7" src="bilder/kontakt_r2_c7.jpg" width="8" height="861" id="kontakt_r2_c7" usemap="#m_kontakt_r2_c7" alt="" /></td>
       <td valign="top" bgcolor="#AEAFB3"><iframe src ="slider2.html" frameborder="0" width="145" height="177" scrolling="no"></iframe></td>
       <td rowspan="16"><img name="kontakt_r2_c9" src="bilder/kontakt_r2_c9.jpg" width="106" height="861" id="kontakt_r2_c9" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="177" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="kontakt_r3_c3" src="bilder/kontakt_r3_c3.jpg" width="145" height="108" id="kontakt_r3_c3" alt="" /></td>
       <td rowspan="15"><img name="kontakt_r3_c6" src="bilder/kontakt_r3_c6.jpg" width="145" height="684" id="kontakt_r3_c6" usemap="#m_kontakt_r3_c6" alt="" /></td>
       <td rowspan="15"><img name="kontakt_r3_c8" src="bilder/kontakt_r3_c8.jpg" width="145" height="684" id="kontakt_r3_c8" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="108" alt="" /></td>
      </tr>
      <tr>
       <td rowspan="14"><img name="kontakt_r4_c1" src="bilder/kontakt_r4_c1.jpg" width="363" height="576" id="kontakt_r4_c1" alt="" /></td>
       <td colspan="2"><a href="index2.html" target="_top" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('kontakt_r4_c2','','bilder/kontakt_r4_c2_s2.jpg',1);"><img name="kontakt_r4_c2" src="bilder/kontakt_r4_c2.jpg" width="157" height="47" id="kontakt_r4_c2" alt="" /></a></td>
       <td rowspan="14"><img name="kontakt_r4_c4" src="bilder/kontakt_r4_c4.jpg" width="108" height="576" id="kontakt_r4_c4" usemap="#m_kontakt_r4_c4" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="47" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="kontakt_r5_c2" src="bilder/kontakt_r5_c2.jpg" width="157" height="12" id="kontakt_r5_c2" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="12" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="service.html" target="_top" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('kontakt_r6_c2','','bilder/kontakt_r6_c2_s2.jpg',1);"><img name="kontakt_r6_c2" src="bilder/kontakt_r6_c2.jpg" width="157" height="47" id="kontakt_r6_c2" alt="" /></a></td>
       <td><img src="bilder/spacer.gif" width="1" height="47" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="kontakt_r7_c2" src="bilder/kontakt_r7_c2.jpg" width="157" height="13" id="kontakt_r7_c2" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="13" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="lacke.html" target="_top" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('kontakt_r8_c2','','bilder/kontakt_r8_c2_s2.jpg',1);"><img name="kontakt_r8_c2" src="bilder/kontakt_r8_c2.jpg" width="157" height="47" id="kontakt_r8_c2" alt="" /></a></td>
       <td><img src="bilder/spacer.gif" width="1" height="47" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="kontakt_r9_c2" src="bilder/kontakt_r9_c2.jpg" width="157" height="13" id="kontakt_r9_c2" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="13" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="ref.html" target="_top" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('kontakt_r10_c2','','bilder/kontakt_r10_c2_s2.jpg',1);"><img name="kontakt_r10_c2" src="bilder/kontakt_r10_c2.jpg" width="157" height="47" id="kontakt_r10_c2" alt="" /></a></td>
       <td><img src="bilder/spacer.gif" width="1" height="47" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="kontakt_r11_c2" src="bilder/kontakt_r11_c2.jpg" width="157" height="13" id="kontakt_r11_c2" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="13" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="impressum.html" target="_top" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('kontakt_r12_c2','','bilder/kontakt_r12_c2_s2.jpg',1);"><img name="kontakt_r12_c2" src="bilder/kontakt_r12_c2.jpg" width="157" height="47" id="kontakt_r12_c2" alt="" /></a></td>
       <td><img src="bilder/spacer.gif" width="1" height="47" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="kontakt_r13_c2" src="bilder/kontakt_r13_c2.jpg" width="157" height="12" id="kontakt_r13_c2" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="12" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="kontakt.html" target="_top" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('kontakt_r14_c2','','bilder/kontakt_r14_c2_s2.jpg',1);"><img name="kontakt_r14_c2" src="bilder/kontakt_r14_c2.jpg" width="157" height="47" id="kontakt_r14_c2" alt="" /></a></td>
       <td><img src="bilder/spacer.gif" width="1" height="47" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="kontakt_r15_c2" src="bilder/kontakt_r15_c2.jpg" width="157" height="13" id="kontakt_r15_c2" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="13" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><a href="extras.html" target="_top" onmouseout="MM_swapImgRestore();" onmouseover="MM_swapImage('kontakt_r16_c2','','bilder/kontakt_r16_c2_s2.jpg',1);"><img name="kontakt_r16_c2" src="bilder/kontakt_r16_c2.jpg" width="157" height="47" id="kontakt_r16_c2" alt="" /></a></td>
       <td><img src="bilder/spacer.gif" width="1" height="47" alt="" /></td>
      </tr>
      <tr>
       <td colspan="2"><img name="kontakt_r17_c2" src="bilder/kontakt_r17_c2.jpg" width="157" height="171" id="kontakt_r17_c2" alt="" /></td>
       <td><img src="bilder/spacer.gif" width="1" height="171" alt="" /></td>
      </tr>
    </table>
    </body>
    </html>

  • Adobe Digital editions activation server error code E_AUTH_NOT_READY. going on for weeks altering registry not something one should fool with. Please Adobe correct your problem.......

    Adobe digital editions activation server error E_AUTH_NOT_READY. This has been going on for months... Please adobe do something about your problem. Altering the registry in my computer is not something anyone should fool with.....

    Adobe digital editions activation server error E_AUTH_NOT_READY. This has been going on for months... Please adobe do something about your problem. Altering the registry in my computer is not something anyone should fool with.....

Maybe you are looking for

  • Session corruption in very basic scenario!!!!!Please help me

    Dear All, I am facing a problem regarding to Session expiry I have two applications app1, app2 deployed on same server (WebLogic Server 8.1 SP3) on Windows 2000 app1 url is http://localhost:7001/app1 (in domain domain1) app2 url is http://localhost:7

  • Character Direction override in Word 2003 imports

    I've searched for Character Direction and seen mainly mentions of ME and foreign language conversions right to left and left to right. We do not use ME or any foreign language features. The behavior I'm troubleshooting for InDesign CS5 7.0.3 importin

  • NAT type moderate all of a sudden

    Been online gaming for some time.  Playing Modern Warfare 3 on PC and noticed that my NAT type was moderate.  It was Open as recently as yesterday.  Double checked my router settings and my PC is still in a DMZ.  Re-booted the router but still have a

  • Can I read/write a LabVIEW DataSocket cluster in Lookout?

    Can read/write DataSocket text, logical, and numerical arrays but how do I read/write a LabVIEW style cluster datatype (i.e. an array of clusters or a cluster of arrays)? Thanks! Tom Thomas G. Duffey Engineering and Research Consultants, Inc. Air For

  • New email page covers the message I am replying to!

    When I want to  Reply to a message in my email box, the new page which comes up for the reply completely covers the message I want to reply to. I cannot see it or find a way to move it.  I use Sky Yahoo email and this is very frustrating. I have to p