<html>
<head>
  <link rel="shortcut icon" href="favicon.ico" />
  <title>PAGE NOT FOUND!</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta name="keywords" content="Caise, Caise 2011, Information Systems, Conference, London" />
  <meta name="description" content="The 23rd International Conference on Advanced Information Systems Engineering (CAiSE 2011) is going to be held in London at the University Of East London (UEL). We Link this year's CAiSE conference theme with the coming Olympic and Paralympic Game, two international multi-sport events, which bring together athletes from all the continents." />
  <link href="styles/index.css" rel="stylesheet" type="text/css" />
  <script src="script/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
  <script type="text/javascript" src="script/enhancements/easySlider1.5.js"></script>
  <script type="text/javascript">
  //<![CDATA[
                $(document).ready(function(){
                        $("#slider").easySlider();
                });
  //]]>
  </script>
  <script type="text/javascript" src="script/enhancements/thickbox.js"></script>
  <script type="text/javascript">

        //<![CDATA[

          /*$(document).ready(function(){

            //Hide (Collapse) the toggle containers on load
            $(".toggle_container").hide();

            //Switch the "Open" and "Close" state per click
            $("div.trigger").toggle(function(){
              $(this).addClass("active");
              }, function () {
              $(this).removeClass("active");
            });

            //Slide up and down on click
            $("div.trigger").click(function(){
              $(this).next(".toggle_container").slideToggle("slow");
            });

          });*/

            $(document).ready(function(){

                //Hide (Collapse) the toggle containers on load
                $(".toggle_container").hide();

                //Switch the "Open" and "Close" state per click then slide up/down (depending on open/close state)
                $("h2.trigger").click(function(){
                    $(this).toggleClass("active").next().slideToggle("slow");
                    return false; //Prevent the browser jump to the link anchor
                });
            });

          //]]>

  </script>
  <script type="text/javascript">
  //<![CDATA[

  // Index It Image Slideshow script- By JavaScriptKit.com
  // For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
  // This notice must stay intact for use

  //Specify images for slideshow:
  //["Image Path", "Optional Image link"]

  var numberslide=new Array()
  for (x=0;x<121;x++) {
  numberslide[x]=["https://caise2011.com/images/photos/"+x+".jpg", "https://caise2011.com/images/bigphotos/"+x+".jpg"]
  }

  var mylinktarget="_blank" //specify optional link target
  var mylinkcolor="navy" //specify default color of number links
  var mylinkcolorSelected="red" //specify color of selected links

  var imgborderwidth=25 //specify border of image slideshow

  /////Stop customizing here////////////////

  var preloadit=new Array()
  for (i=0;i<numberslide.length;i++){
  preloadit[i]=new Image()
  preloadit[i].src=numberslide[i][0]
  }

  var currentindex=""

  function changeslides(which){
  var imghtml=""
  currentindex=(which=="initial")? 0 : parseInt(which)
  var mode=(which=="initial")? "initial" : ""
  var which=(mode=="initial")? numberslide[0] : numberslide[which]
  if (which[1]!="")
  imghtml='<a href="'+which[1]+'" target="'+mylinktarget+'">'
  imghtml+='<img src="'+which[0]+'" border="'+imgborderwidth+'">'
  if (which[1]!="")
  imghtml+='<\/a>'

  if (mode=="initial")
  document.write('<div>'+imghtml+'<\/div>')
  else{
  document.getElementById("imagecontainer").innerHTML=imghtml
  changecolors()
  }
  }

  function createnumbers(){
  document.write('<a href="javascript:changeslides(0)" style="color:'+mylinkcolorSelected+'">0<\/a> ')
  for (i=1; i< numberslide.length; i++)
  document.write('<a href="javascript:changeslides(\''+i+'\')">'+i+'<\/a> ')
  }

  function changecolors(){
  var numberobj=document.getElementById("numberDiv")
  numberlinks=numberobj.getElementsByTagName("A")
  for (i=0; i<=currentindex; i++)
  numberlinks[i].style.color=mylinkcolorSelected
  for (i=currentindex+1; i<numberslide.length; i++)
  numberlinks[i].style.color=mylinkcolor
  }

  function goforward(){
  if (currentindex<numberslide.length-1)
  changeslides(currentindex+1)
  }

  function goback(){
  if (currentindex!=0)
  changeslides(currentindex-1)
  }

  //]]>
  </script>
</head>
<body>
<div id="wrapper">
<div id="topHeaderContainer" class="group">
<div id="topHeaderContent"><a class="noBorder" href="index.php" title="CAiSE 2011 homepage"><img src="images/caise.png" alt="Conference on Advanced Informaton System Engineering" /></a><br /><span class="caiseLocation"><span class="caiseLocation">London, United Kingdom<br /><br /></span></span>
<div id="topHeaderContent" style="text-align: left;">
<h1><strong>PAGE NOT FOUND!</strong></h1>
</div>
<div id="topHeaderContent" style="text-align: left;">
<h2><strong>Sorry, but the current page is not working right now.</strong></h2>
</div>
<div id="topHeaderContent" style="text-align: left;">
<h2><strong>Thank you!</strong></h2>
</div>
<div id="topHeaderContent" style="text-align: left;">
<h3><strong>Go to <a href="/">HOME</a></strong></h3>
</div>
</div>
</div>
</div>
</body>
</html>