$(document).ready(function() {
  if (!FlashDetect.majorAtLeast(9)) {
      $("div#photoflow").html(
          '<table width="726" height="401" border="0" cellpadding="0" cellspacing="0">' +
						'<tr>' +
  						'<td colspan="2">' +
    						'<img src="/templates/default/document/start_01.jpg" width="438" height="79" alt=""></td>' +
  						'<td rowspan="2">' +
    						'<a href="/shop/index.php?cat=c25_Rasier-Sets.html">' +
      						'<img title="Shaving Sets" src="/templates/default/document/rasiersets.jpg" width="288" height="387" border="0" alt="Shaving Sets"></a></td>' +
						'</tr>' +
						'<tr>' +
  						'<td>' +
    						'<a href="/shop/index.php?cat=c32_Seife-und-Pflege.html">' +
      						'<img title="Soap and Care" src="/templates/default/document/pflegeprodukte.jpg" width="271" height="308" border="0" alt="Soap and Care"></a></td>' +
  						'<td>' +
    						'<a href="/shop/index.php?language=en&cat=c34_Shaving-Bruhses.html">' +
      						'<img title="Shaving Brushes" src="/templates/default/document/rasierpinsel.jpg" width="167" height="308" border="0" alt="Shaving Brushes"></a></td>' +
						'</tr>' +
						'<tr>' +
  						'<td colspan="3">' +
    						'<img src="/templates/default/document/start_05.jpg" width="726" height="14" alt=""></td>' +
						'</tr>' +
					'</table>'
		  );
  }
});
