HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //old_home_backup/applerepairsinlondon.co.uk/public_html/ibookG4screenrepairs.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Mac Repairs | Macbook Repairs | Macbook Screen Replacement | Apple Repairs - from Applerepairsinlondon.co.uk | New Prices for 2024</title>
<script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script>
<script type="text/javascript" src="ruffle/ruffle.js"></script>
	<link rel="canonical" href="https://www.applerepairsinlondon.co.uk/ibookG4screenrepairs" />
<meta name="Keywords" content=" Mac repairs, Macbook screen replacement, Macbook repairs, Apple Mac Repairs, Macbook Pro Screen Repair, Macbook Air, Powerbook G4,  G5, Ibook screen replacment, PowerMac, London, Powerbook G4 screen repair, MAcbook Pro Screen repair, IBook screen repairs, iPod repair, Apple Mac power socket broken, fix MAcbook, Apple computer repair, fix Ibook, macbook pro repair, powerbook repair, Apple MAc logic board repair, Fix Powermac. ">
<meta name="Description" content="Mac Repairs London offers macbook replacement, macbook repairs, imac repairs, Macbook Pro Screen replacement, macbook air screen replacement, mac mini repairs, intel mac pro repairs, Powerbook G4 G5 screen replacement,  Powermac logic board repairs, ibook g4 Repairs.">
<link href="style.css" rel="stylesheet" type="text/css"/>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<style type="text/css">
#slideshow {
	margin:0 auto;
	width:300px;
	height:295px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  padding-top:10px;
  width:250px;
  height:290px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:250px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:298px;
}
.control {
  display:block;
  width:33px;
  height:298px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.jpg) no-repeat 0 0;
}
.slide h2, .slide p {
  margin-top:8px;
  color:#000000;
  text-align:center;
  font-size:15px;
}
.slide h2 {
  font: Arial, Helvetica, sans-serif 14px;
  color:#000000;
  letter-spacing:0px;
}
.slide img {
text-align:center; padding-bottom:15px;
}
.pound { 
font-size:12px; font-weight:bold;
margin-top:8px;
color:#000000;
text-align:center
 }
.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF8000;
	text-decoration:none;
}
.style2 {
	font-size: x-large;
	font-weight: bold;
}
.style3 {
	font-size: 16px;
	color: #FF0000;
}
</style>
<!-- Begin Feedzilla news widget Code -->
<script type="text/javascript" src="tools/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {id:'1017050310872',country:'uk',charset:'utf-8',code:'flash',c:'',scroll:'v',prov:'news',cat:'Industry',cat2:'Computers - Hardware',width:'297',height:'291',num_articles:'10',show_summaries:'Yes',show_sources:'Yes',show_dates:'Yes',title:'',title_size:'12pt',title_bold:'Yes',keywords:'',url:'',headers_size:'14pt',font_size:'10pt',font_family:'Arial',text_alignment:'Left',space:'Yes',titlecolor:'#0ea6cc',fcolor:'#0c0c0d',desccolor:'#1b1b1b',sourcecolor:'#128deb',datecolor:'#777777',bgcolor:'#d8e1e8',ref:document.location.href};
var params = {scale:'noscale',salign:'lt',bgcolor:'#d8e1e8'};
var attributes = {};
swfobject.embedSWF('https://uk.feedzilla.com/tools/news-widget.swf', 'Feedzilla_news_widget_955792', '170', '291', '9.0.0','',flashvars, params, attributes);
</script>
<!-- Added by fazlur on 14th April -->
<!-- End Feedzilla news widget Code -->
<script type="text/javascript" src="ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
  var currentPosition = 0;
  var slideWidth = 250;
  var slides = $('.slide');
  var numberOfSlides = slides.length;
  // Remove scrollbar in JS
  $('#slidesContainer').css('overflow', 'hidden');
  // Wrap all .slides with #slideInner div
  slides
    .wrapAll('<div id="slideInner"></div>')
    // Float left to display horizontally, readjust .slides width
	.css({
      'float' : 'left',
      'width' : slideWidth
    });
  // Set #slideInner width equal to total width of all slides
  $('#slideInner').css('width', slideWidth * numberOfSlides);
  // Insert controls in the DOM
  $('#slideshow')
    .prepend('<span class="control" id="leftControl">Clicking moves left</span>')
    .append('<span class="control" id="rightControl">Clicking moves right</span>');
  // Hide left arrow control on first load
  manageControls(currentPosition);
  // Create event listeners for .controls clicks
  $('.control')
    .bind('click', function(){
    // Determine new position
	currentPosition = ($(this).attr('id')=='rightControl') ? currentPosition+1 : currentPosition-1;
	// Hide / show controls
    manageControls(currentPosition);
    // Move slideInner using margin-left
    $('#slideInner').animate({
      'marginLeft' : slideWidth*(-currentPosition)
    });
  });
  // manageControls: Hides and Shows controls depending on currentPosition
  function manageControls(position){
    // Hide left arrow if position is first slide
	if(position==0){ $('#leftControl').hide() } else{ $('#leftControl').show() }
	// Hide right arrow if position is last slide
    if(position==numberOfSlides-1){ $('#rightControl').hide() } else{ $('#rightControl').show() }
  }	
});
</script>
</head>
<body class="container1">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td><a href="index_asp"><img src="images/apple.gif" width="434" height="60" border="0"/></a><br><table width="434" border="0" cellspacing="0" cellpadding="0"><tr><td valign="middle" align="left" width="40%">&nbsp;&nbsp;        
        <script type="text/javascript">
		d = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
		m = new Array("January","February","March","April","May","June","July","August","September","October","November","December");
		today = new Date();
		day = today.getDate();
		year = today.getYear();
		if (year < 2000)
		year = year + 1900;
		end = "th";
		if (day==1 || day==21 || day==31) end="st";
		if (day==2 || day==22) end="nd";
		if (day==3 || day==23) end="rd";
		day+=end;        
        document.write(d[today.getDay()]+", "+m[today.getMonth()]+" ");
		document.write(day+", " + year);
		</script>
		</td><td valign="top" width="60%" align="center"><font size="4"><b><a href="booking">BOOK IT ONLINE</a></b></font></td></tr></table>
        </td>
        <td><img src="images/travel.jpg" width="225" height="75"/></td>
        <td><img src="images/addr.gif" width="288" height="75"/></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td><table width="948" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="10" align="left" valign="top" bgcolor="#000000"><img src="images/topmenu_left.gif" width="10" height="35"/></td>
        <td width="928" bgcolor="#000000"><ul class="basictab">
            <li><a href="index_asp">Home</a></li>
          <li><a href="applemacrepairs">Apple Mac Repairs</a></li>
          <li><a href="macscreenreplacement">Mac Screen Replacement</a></li>
          <li><a href="macdatarecovery">Apple Data Recovery</a></li>
          <li><a href="applenetworking">Apple Networking</a></li>
          <li><a href="https://www.laptoprepairslondon.co.uk/" class="nobr">Laptop Repairs</a></li>
        </ul></td>
        <td width="10" align="right" valign="top" bgcolor="#000000"><img src="images/topmenu_right.gif" width="10" height="35"/></td>
      </tr>
      <tr>
        <td align="left" valign="top" bgcolor="#000000">&nbsp;</td>
        <td align="right" valign="top" bgcolor="#000000"><table width="928" border="0" cellspacing="2" cellpadding="0">
          <tr>
            <td width="728" bgcolor="#000000"><ul class="basictab">
                <li><a href="https://www.pacific-computers.co.uk/">PC Repairs</a></li>
              <li><a href="intelmacprorepairs">Intel Mac Pro Repairs</a></li>
              <li><a href="macbookscreenreplacement" class="nobr">Macbook Screen Replacement</a></li>
            </ul></td>
            <td width="200" align="right" valign="top"><table width="130" border="0" cellspacing="2" cellpadding="0">
              <tr>
                <td width="24" align="left" valign="top"><a href="https://uk.linkedin.com/in/applerepairsinlondonuk"><img src="images/linkedin.jpg" alt="linkedin" width="23" height="23" border="0" title="linkedin"/></a></td>
                <td width="24" align="left" valign="top"><a href="https://twitter.com/#!/AppleRepairsUK"><img src="images/twitter.jpg" alt="twitter" width="23" height="23" border="0"/></a></td>
                <td width="24" align="left" valign="top"><a href="https://www.facebook.com/pages/Apple-Repairs-In-London/253472638003100"><img src="images/facebook.jpg" alt="Facebook" width="23" height="23" border="0" title="facebook"/></a></td>
                <td width="58" align="left" valign="top"><g:plusone></g:plusone></td>
              </tr>
            </table></td>
          </tr>
        </table>        </td>
        <td align="right" valign="top" bgcolor="#000000">&nbsp;</td>
      </tr>
    </table></td>
</tr>
  <tr>
    <td><img src="images/menu_shadow2.gif" width="949" height="11"/></td>
  </tr>
  <tr>
    <td height="300"><table width="971" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="241" height="300" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td align="left" valign="top"><img src="images/HOME2.jpg" alt="Apple Repair in London" width="259" height="298"/></td>
          </tr>
        </table></td>
        <td width="408" valign="top" class="mainbgg3"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td class="indextext"><p>Mac  
              Repairs and Apple Repairs London.We do Macbook Repairs, Macbook Pro Unibody Screen Replacement & Repairs,Imac Repairs, Ibook Repairs, Powermac and Powerbook Repairs, Mac Pro Repairs, and Mac Mini Repairs, Macbook Air Repairs, Macbook replacement.</p></td>
          </tr>
          <tr>
            <td><div align="center" class="style2">
                <h1 class="style3" style="float:center;">Mac Repairs</h1>
              <h2 class="style3" style="float:center;">from Apple  Certified Engineers</h2>
            </div></td>
          </tr>
          <tr>
            <td class="indextextbig"><div align="center"><a href="https://www.sellamac.co.uk/" target="_blank" class="style1">Sell Your New, Used, Dead or Faulty Mac / Macbook</a></div></td>
          </tr>
          <tr>
            <td><table width="100%" border="0" cellpadding="0" cellspacing="4" class="indextext">
                <tr>
                  <td width="48%"><a href="macrepairs">Mac Repairs</a></td>
                  <td width="52%"><a href="applemacsystemrepairs">Apple Repairs</a></td>
                </tr>
                <tr>
                  <td><a href="macbookrepairs">Macbook Repairs</a></td>
                  <td><a href="macbookprorepairs">Macbook Pro Repairs</a></td>
                </tr>
                <tr>
                  <td><a href="powermacrepairs">Power Mac Repairs</a></td>
                  <td><a href="iMacrepairs">iMac  Repairs</a></td>
                </tr>
                <tr>
                  <td><a href="macbookairrepairs">Macbook Air Screen Repairs</a></td>
                  <td><a href="powerbookG4screenrepairs">Powerbook G4 Screen Repairs</a></td>
                </tr>
                <tr>
                  <td><a href="maclogicboardrepairs" target="_parent"> Mac Logic Board Repairs</a></td>
                  <td><a href="macbook-pro-unibody-repairs">Macbook Pro Unibody Repairs</a></td>
                </tr>
                <tr>
                  <td><a href="ibookrepairs">iBook  Repairs</a></td>
                  <td><a href="macminirepairs">Mac Mini Repairs</a></td>
                </tr>
                <tr>
                  <td><a href="applecinemadisplay">Apple Cinema   Display </a></td>
                  <td><a href="macdatarecovery">Mac Data Recovery</a></td>
                </tr>
            </table></td>
          </tr>
          <tr>
            <td class="indextextbig" align="center"><a href="booking" class="indextextbig1"> Mac Repairs  : BOOK NOW</a></td>
          </tr>
        </table></td>
        <td width="351" align="left" valign="top" class="mainbgg2"><div id="slideshow">
          <div id="slidesContainer">
            <div class="slide">
              <h2>Macbook 13.3&quot; NORMAL</h2>
              <p class="text"><br/>
                <img src="img/m-b13-3-normal.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £155 </div>
            </div>
            <div class="slide">
              <h2>Macbook 13.3&quot; UNIBODY</h2>
              <p class="text"><br/>
                <img src="img/m-b-13-3-unibody.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £195</div>
            </div>
            <div class="slide">
              <h2>MACBOOK AIR 11&quot; / 13 &quot;</h2>
              <p class="text"><br/>
                <img src="img/m-b-air-lcd.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £595 / £250</div>
            </div>
            <div class="slide">
              <h2>Macbook Pro 15&quot; / 17 &quot; </h2>
              <p class="text"><br/>
                <img src="img/m-b-p-15-4-normal.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £190 / £270</div>
            </div>
            <div class="slide">
              <h2>Macbook Pro 17&quot;</h2>
              <p class="text"><br/>
                <img src="img/m-b-pro-17-normal.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £270</div>
            </div>
            <div class="slide">
              <h2>POWERBOOK 15.2&quot;</h2>
              <p class="text"><br/>
                <img src="img/power-book-15-2.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement  £195</div>
            </div>
            <div class="slide">
              <h2>POWERBOOK G4 17&quot;</h2>
              <p class="text"><br/>
                <img src="img/powerbook-g4-17-normal.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £250</div>
            </div>
            <!--newslide start--->
            <div class="slide">
              <h2>IBOOK G4 12"</h2>
              <p class="text"><br/>
                <img src="img/screens/A_Ibookg412.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £135</div>
            </div>
             <div class="slide">
              <h2>IBOOK G4 14&quot;</h2>
              <p class="text"><br/>
                <img src="img/screens/A_Ibookg414.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £155</div>
            </div>
             <div class="slide">
              <h2>MACBOOK AIR 13&quot;</h2>
              <p class="text"><br/>
                <img src="img/screens/A_macbookair13.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £250</div>
            </div>
             <div class="slide">
              <h2>MACBOOK BLACK/WHITE</h2>
              <p class="text"><br/>
                <img src="img/screens/A_macbookbw.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £155</div>
            </div>
             <div class="slide">
              <h2>MACBOOK PRO 15&quot; UNIBODY</h2>
              <p class="text"><br/>
                <img src="img/screens/A_macbookprounibody15.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £250</div>
            </div>
             <div class="slide">
              <h2>MACBOOK PRO 17&quot; UNIBODY</h2>
              <p class="text"><br/>
                <img src="img/screens/A_macbookprounibody17.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £280</div>
            </div>
             <div class="slide">
              <h2>POWERBOOK 12&quot;</h2>
              <p class="text"><br/>
                <img src="img/screens/A_powerbook12.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £145</div>
            </div>
             <div class="slide">
              <h2>POWERBOOK 15.2&quot;</h2>
              <p class="text"><br/>
                <img src="img/screens/A_powerbook15_2.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £250</div>
            </div>
             <div class="slide">
              <h2>POWERBOOK 17&quot;</h2>
              <p class="text"><br/>
                <img src="img/screens/A_powerbook17.jpg"/><br/>
              </p>
              <div class="pound">Screen Repairs / Replacement £280</div>
            </div>
            <!--newslide end--->
          </div>
        </div></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td class="mainbox"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td class="b1">Same day collection anywhere
              in the<br/> 
              UK. 
              Please call before
              1pm and <br/>
              we will collect 
              your 
              Apple<br/>
              Mac
              same day. <br/>
              Collections <br/>
              arranged after<br/>
              1pm will be <br/>
              collected <br/>
              on the <br/>
              following<br/>
              day. <br/></td>
          </tr>
        </table></td>
        <td class="mainbox2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td valign="top" class="b1">Quote within TWO hrs<br/>
              We immediately confirm<br/>
              Apple Mac arrival by<br/>
              email and <br/>
              by phone.<br/></td>
          </tr>
        </table></td>
        <td class="mainbox3"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td valign="top" class="b1">Repair within TWO hrs of approval 95% of repairs are completed<br/>
              within 2hrs of your <br/>
              approval, and if <br/>
              you are in London<br/>
              you will get <br/>
              your laptop <br/>
              back same <br/>
              day.<br/></td>
          </tr>
        </table></td>
        <td class="mainbox4"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td valign="top" class="b1">Repaired Apple Mac Dispatched.<br/>
              We immediately advise the<br/>
              repair is complete & <br/>
              tested, payment is <br/>
              requested, and <br/>
              the laptop <br/>
              returned <br/>
              with <br/>
              warranty<br/>
              on the <br/>
              repair.<br/></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td bgcolor="#848484"><table width="100%" border="0" cellspacing="10" cellpadding="0">
      <tr>
        <td>&nbsp;</td>
        <td valign="top">&nbsp;</td>
        <td valign="top">&nbsp;</td>
      </tr>
      <tr>
        <td width="26%"><div align="center">
          <script type="text/javascript">
AC_FL_RunContent( 'codebase','https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','237','height','291','src','images/banner','quality','high','pluginspage','https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/banner' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="pub/shockwave/cabs/flash/swflash.cab" width="237" height="291">
            <param name="movie" value="images/banner.swf"/>
            <param name="quality" value="high"/>
            <embed src="images/banner.swf" quality="high" pluginspage="https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="237" height="291"></embed>
          </object>
        </noscript></div></td>
        <td width="37%" valign="top">
          <p><img src="images/tite_macibook.gif" alt="Mac Repairs and Apple Macbook Replacement" width="553" height="37"/><br/>
             Mac Repairs and Macbook Replacement and Apple Mac repairs could not be easier. <br/>
            Just click on your Macbook Pro unibody Model and Chose the fault that best matches your symptoms and 
            leave the rest to us. Mainly we do the following services on Mac and Macbooks and Macbook Pro unibody systems.<br/>
            &nbsp;</p>
          <ul>
            <li>Mac HD UPGRADE AND Apple REPAIR SERVICES</li>
            <li>              MACBOOK  REPLACEMENT SERVICE</li>
            <li>POWERBOOK DISPLAY HINGES REPLACEMENT SERVICE</li>
            <li>POWERMAC              OPTICAL DRIVE REPLACEMENT</li>
            <li>              IBOOK LOGIC BOARD REPLACEMENT SERVICE</li>
            <li>              MACBOOK UNIBODY RPLACEMENT DEAD NO POWER</li>
            <li>              MAC MINI BATTERY REPLACEMENT</li>
            <li>              APPLE MAC OS UPGRADES<br/>
            </li>
            </ul>          
          <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
              <td>&nbsp;</td>
            </tr>
            <tr>
              <td><div align="right">
                <p>Whatever problem you are having with your  Mac / Macbook / Mac Mini / Mac Pro device we are sure to fix it.</p>
                <p>&nbsp;</p>
              </div></td>
            </tr>
          </table></td>
        <td width="37%" valign="top"><div id="Feedzilla_container_955792" style="text-align:center;width:170px;"><div id="Feedzilla_container2_955792" style="text-align:center;height:291px;width:170px;border:1px solid #00232c"><div id="Feedzilla_news_widget_955792"></div></div><font style="font-size:10px;"><a href="https://uk.feedzilla.com/" style="text-decoration:none;font-size:10px;">RSS feeds</a> and <a href="https://uk.feedzilla.com/" style="text-decoration:none;font-size:10px;">Widgets and RSS feeds</a></font></div> 
        </td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td bgcolor="#272727" style="padding:10px"><table cellspacing="0" cellpadding="0" class="lineht">
      <tr>
        <td valign="top">We repairs  Mac / Macbook / Apple Mac /in most areas of   the UK including:</td>
      </tr>
      <tr>
        <td valign="top">
		<a href="locations/apple-mac-repairs-Apple-Mac-Parts-Replacement">Apple Mac Parts Replacement</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Areas-Covered-by-Apple-Mac-Repairs-London">Areas Covered by Apple Mac Repairs London</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Balham">Balham</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Barnes">Barnes</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Broken-Hinges">Broken Hinges</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Central-London">Central London</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Chelsea">Chelsea</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Chiswick">Chiswick</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Clapham">Clapham</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-EC1">EC1</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-EC2">EC2</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-EC4">EC4</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Enfield">Enfield</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Fulham">Fulham</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-HA0">HA0</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-HA1">HA1</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Hammersmith">Hammersmith</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Isleworth-Brentford-TW7-TW8">Isleworth Brentford TW7 TW8</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Kensington">Kensington</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Knightsbridge">Knightsbridge</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Liquid-Damage">Liquid Damage</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-logic-board">logic board</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-N1">N1</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-N5">N5</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-N7">N7</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-North-London">North London</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-NW10">NW10</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Paddington">Paddington</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Putney">Putney</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Richmond">Richmond</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-SE1">SE1</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-SE2">SE2</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-South-West-London">South West London</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-SW1">SW1</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-SW14">SW14</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-SW15">SW15</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-SW2">SW2</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-SW6">SW6</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-SW9">SW9</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Tooting">Tooting</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Twikenham">Twikenham</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-UB1">UB1</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-UB6">UB6</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-W1">W1</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-W14">W14</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-W2">W2</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-W4">W4</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-W6">W6</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Wandsworth">Wandsworth</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Watford">Watford</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Westminister">Westminister</a>&nbsp;&nbsp;
		<a href="locations/apple-mac-repairs-Wimbledon">Wimbledon</a>&nbsp;&nbsp;
		</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td width="20%"><div align="left">© Apple Mac Repair Centre London</div></td>
        <td width="21%"><div align="center"><a href="sitemap">Sitemap</a> | <a href="links">Links</a> | <a href="coverturmactocash">Convert MAc To cash</a> </div></td>
        <td width="19%"><div align="right"><a href="https://123promotion.co.uk/seo/" target="_blank"> Site by Kaizentech</a></div></td>
        <td width="40%" align="right">&nbsp;</td>
  </tr>
    </table>
</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
</table>
<map name="Map" id="Map"><area shape="rect" coords="37,8,78,28" href="index_asp" alt="Homepage"/>
<area shape="rect" coords="95,8,258,30" href="applemacsystemrepairs" alt="Apple Mac System Repairs"/>
<area shape="rect" coords="273,9,427,30" href="applenotebookrepairs" alt="Apple Notebook Repairs"/>
<area shape="rect" coords="443,7,575,28" href="appledaterecovery" alt="Apple Date Recovery"/>
<area shape="rect" coords="591,9,707,28" href="applenetworking" alt="Apple Networking"/>
<area shape="rect" coords="722,8,822,30" href="laptoprepairs" alt="Laptop Repairs"/>
<area shape="rect" coords="837,8,911,30" href="PCrepairs" alt="PC Repairs"/>
</map>
<script type="text/javascript">
try {
} catch(err) {}</script>
<!-- Place this tag in your head or just before your close body tag -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
  {lang: 'en-GB'}
</script>
</body>
</html>