Team:Freiburg/Highlights
From 2013.igem.org
(Difference between revisions)
Line 5: | Line 5: | ||
<head> | <head> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | <!-- ******************************************************************* --> | |
- | + | <!-- STYLESCHEET --> | |
- | + | <!-- ******************************************************************* --> | |
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | <style> | |
- | + | ||
- | + | ||
- | + | p{color:white;} | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#1{ | #1{ | ||
Line 140: | Line 29: | ||
font-size: 50px; | font-size: 50px; | ||
font-weight: bold; | font-weight: bold; | ||
- | + | ||
} | } | ||
Line 158: | Line 47: | ||
float:left; | float:left; | ||
text-align:justify; | text-align:justify; | ||
- | width: | + | width:400px; |
+ | margin-left;20px; | ||
} | } | ||
Line 165: | Line 55: | ||
font-size:18px; | font-size:18px; | ||
text-align:justify; | text-align:justify; | ||
- | width: | + | width:400px; |
} | } | ||
Line 173: | Line 63: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | /* | |
- | + | * jQuery FlexSlider v2.0 | |
- | } | + | * http://www.woothemes.com/flexslider/ |
+ | * | ||
+ | * Copyright 2012, Julia Voß | ||
+ | * Free to use under the MIT license. | ||
+ | * http://www.opensource.org/licenses/mit-license.php | ||
+ | */ | ||
+ | |||
+ | /* Browser Resets */ | ||
+ | .flex-container a:active, | ||
+ | .flexslider a:active, | ||
+ | .flex-container a:focus, | ||
+ | .flexslider a:focus {outline: none;} | ||
+ | .slides, | ||
+ | .flex-control-nav, | ||
+ | .flex-direction-nav {margin: 0; padding: 0; list-style: none;} | ||
- | + | /* FlexSlider Necessary Styles | |
- | + | *********************************/ | |
- | } | + | .flexslider {margin: 0; padding: 0;} |
+ | .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */ | ||
+ | .flexslider .slides img {display: block;} | ||
+ | .flex-pauseplay span {text-transform: capitalize;} | ||
- | + | /* Clearfix for the .slides element */ | |
- | + | .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} | |
- | } | + | html[xmlns] .slides {display: block;} |
+ | * html .slides {height: 1%;} | ||
- | + | /* No JavaScript Fallback */ | |
- | + | /* If you are not using another script, such as Modernizr, make sure you | |
- | } | + | * include js that eliminates this class on page load */ |
+ | .no-js .slides > li:first-child {display: block;} | ||
- | + | /* FlexSlider Default Theme | |
- | color: | + | *********************************/ |
+ | .flexslider { | ||
+ | background-color: transparent; border: 8px solid transparent; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; | ||
} | } | ||
+ | .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;} | ||
+ | .loading .flex-viewport {max-height: 300px;} | ||
+ | .flexslider .slides {zoom: 1;} | ||
- | + | .carousel li {margin-right: 5px} | |
- | + | ||
- | } | + | |
- | + | ||
- | + | ||
- | |||
- | + | /* Direction Nav */ | |
+ | .flex-direction-nav {*height: 0;} | ||
+ | .flex-direction-nav a { | ||
+ | width: 35px; | ||
+ | height: 32px; | ||
+ | margin: -20px 0 0; | ||
+ | display: block; | ||
+ | background: url(https://static.igem.org/mediawiki/2013/e/eb/Controls1.png) no-repeat 0 0; | ||
+ | position: absolute; | ||
+ | top: 50%; | ||
+ | cursor: pointer; | ||
+ | text-indent: -9999px; | ||
+ | } | ||
- | + | ||
- | + | .flex-direction-nav .flex-next {background-position: -35px 0; right: 0px; } | |
- | + | .flex-direction-nav .flex-prev {background-position: 0px 0; left: 0px;} | |
+ | .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;} | ||
- | |||
- | |||
- | |||
- | |||
- | + | /* Control Nav */ | |
- | + | .flex-control-nav { | |
+ | width: 100%; | ||
+ | position: absolute; | ||
+ | bottom: 30px; | ||
+ | left: 58px; | ||
+ | text-align: center; | ||
+ | } | ||
- | + | .flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;} | |
+ | .flex-control-nav li:first-child {margin: 0;} | ||
+ | .flex-control-nav li a {width: 13px; height: 13px; display: block; background: url() no-repeat 0 0; cursor: pointer; text-indent: -9999px;} | ||
+ | .flex-control-nav li a:hover {background-position: 0 -13px;} | ||
+ | .flex-control-nav li a.active {background-position: 0 -26px; cursor: default;} | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | + | .flexslider { | |
+ | width:1000px; | ||
+ | height:450px; | ||
+ | margin-left:40px; | ||
- | + | } | |
- | + | ||
+ | div.frontpage-slide { | ||
+ | height: 450px; | ||
+ | background-color: transparent; | ||
+ | width:950px; | ||
+ | margin-left:40px; | ||
+ | } | ||
- | + | div.frontpage-slide img{ | |
- | + | width:480px; | |
- | + | float: left; | |
- | + | margin-right:10px; | |
- | + | margin-left:5px; | |
- | + | ||
- | + | } | |
+ | div.slide-right-col { | ||
+ | color: black; | ||
+ | float: right; | ||
+ | width:550px; | ||
+ | font-size: 16px; | ||
+ | |||
+ | |||
+ | line-height: 1.5em; | ||
+ | text-align:justify; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | div.slide-heading { | ||
+ | color: black; | ||
+ | font-size: 18px; | ||
+ | font-weight: bold; | ||
+ | margin-bottom: 20px; | ||
+ | } | ||
- | + | div.slide-right-col p a{ | |
+ | color:white; | ||
+ | } | ||
+ | table{margin-left:-10px;} | ||
- | + | </style> | |
- | + | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | |
+ | <script src="http://2012.igem-bielefeld.de/includes/wiki/flex/js/jquery.flexslider.js"></script> | ||
+ | <script type="text/javascript" charset="utf-8"> | ||
+ | $(window).load(function() { | ||
+ | $('.flexslider').flexslider({ | ||
+ | animation: "slide", // slide or fade | ||
+ | slideshow:false, | ||
+ | controlsContainer: ".flex-container" // the container that holds the flexslider | ||
+ | }); | ||
+ | }); | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | < | + | </script> |
- | |||
- | </ | + | </head> |
- | + | ||
- | + | ||
- | < | + | <!-- ******************************************************************* --> |
- | < | + | <!-- Body --> |
+ | <!-- ******************************************************************* --> | ||
- | |||
- | |||
- | |||
- | < | + | <body> |
- | + | ||
- | < | + | <div id="content_main"> |
+ | <p id="h1"> | ||
+ | HIGHLIGHTS | ||
+ | </p> | ||
- | < | + | <div class="flexslider"> |
- | < | + | <ul class="slides"> |
- | < | + | <li> |
- | <div | + | <div class="frontpage-slide"> |
+ | |||
- | <div | + | <div id="preample"> |
- | < | + | <p id="h4"><font size="5"><i style="margin-left:85px;">In the last months we were able to ...</i></font></p> |
- | + | ||
- | + | <ul style="font-size:18px; margin-left:100px;"> | |
- | + | ||
- | </div> | + | <li> ... construct a catalytically inactive version of <b>Cas9</b> and thus generate a <b>DNA binding protein</b>.</li> |
+ | <li> ... combine this modified dCas9 with different transcriptional <b>effectors</b>.</li> | ||
+ | <li> ... express this fusion proteins in various <b>mammalian</b> cell lines.</li> | ||
+ | <li> ... <b>control</b> mammalian gene expression via our modified CRISPR/Cas fusion proteins.</li> | ||
+ | <li> ... build devices for controling gene expression by <b>light stimulus</b>.</li> | ||
+ | <li> ... provide an RNA plasmid for easily inserting sequences for crRNAs which target every desired target.</li> | ||
+ | <li> ... build an online tool that generates customized <b>manuals</b> for using our toolkit</li> | ||
+ | <li> ... develop a method to assess the <b>DNA binding capacity</b> of our dCas9-fusion proteins.</li> | ||
+ | <li>... make our dCas9 <b>accessible</b> to the whole iGEM community by mutating illegal iGEM restriction sites</b>.</li> | ||
+ | <li><i> ... In summary, we can now offer a universally applicable <b>toolkit</b> for gene regulation.</i></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | <div class=clear></div> | ||
+ | </div> | ||
+ | </li> | ||
+ | |||
+ | <li> | ||
+ | <div class="frontpage-slide"> <div id="left_column"> | ||
- | |||
- | |||
- | |||
- | |||
<p id="headline"> | <p id="headline"> | ||
+ | 6 opportunities with our uniCAS toolkit | ||
+ | </p> | ||
+ | <p> | ||
+ | We provide 3 different effectors, 2 methods & 1 effector controller! Using our toolkit it's possible to efficiently activate or repress genes. We also provide devices for effector controling by light. Use our custom-tailored <a id="link" href="https://2013.igem.org/Team:Freiburg/Project/toolkit"> Manual Tool </a> to generate your individual manual for your needs of gene regulation. Further it's possible to target not only one, but multiple genes of interest! And we established <a id="link" href="">uniBAss</a> - our universal Binding Assay. Best of all: It's open source and in iGEM standard! | ||
+ | </p> | ||
+ | </div> | ||
+ | <div class="slide-right-col"><div id="right_column"> | ||
+ | <img id="main_images" src="https://static.igem.org/mediawiki/2013/f/f5/Freiburg2013-toolkit-for-highlight2.png" style="width:280px; margin-left:100px; margin-top:-10px;"> | ||
+ | |||
+ | </div></div> | ||
+ | <div class=clear></div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="frontpage-slide"> | ||
+ | <div id="left_column"> <p id="headline"> | ||
dCas9 - The Heart of our toolkit | dCas9 - The Heart of our toolkit | ||
</p> | </p> | ||
Line 337: | Line 293: | ||
<!--simple DNA binding protein is the foundation of our project and all effectors used in this toolkit are fused to it.--> | <!--simple DNA binding protein is the foundation of our project and all effectors used in this toolkit are fused to it.--> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | < | + | </div> |
+ | </div> | ||
+ | <div class="slide-right-col" style="margin-top:-450px"> | ||
+ | <div id="right_column"> <div style="text-align: center;"> | ||
+ | <!-- Cas video --> | ||
+ | </div> | ||
- | + | </div> | |
- | < | + | <div class=clear></div> |
- | + | </div> | |
- | + | </li> | |
- | + | <li> | |
- | + | <div class="frontpage-slide"><div id="left_column"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | < | + | |
- | < | + | |
- | + | ||
- | + | ||
- | <div id="left_column" > | + | |
<p id="headline"> | <p id="headline"> | ||
Activation | Activation | ||
</p> | </p> | ||
- | <p | + | <p> |
For activation we choosed VP-16 as effector. Through the transactivating function of VP-16 the expression of these genes will be enhanced.<br> | For activation we choosed VP-16 as effector. Through the transactivating function of VP-16 the expression of these genes will be enhanced.<br> | ||
We achieved up to 30-fold activation. | We achieved up to 30-fold activation. | ||
- | </p> | + | </p> |
+ | |||
- | </div> | + | </div> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <div class="slide-right-col"> | ||
+ | <div id="right_column"> | ||
<div> | <div> | ||
- | <table | + | <table class="imgtxt"> |
<tbody><tr> | <tbody><tr> | ||
- | <td> <img | + | <td> <img src="https://static.igem.org/mediawiki/2013/5/5b/Freiburg2013-Highlights-VP16.png"> </td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 394: | Line 333: | ||
</tr> | </tr> | ||
</tbody></table> | </tbody></table> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | < | + | </div> |
- | < | + | </div> |
+ | <div class=clear></div> | ||
+ | </div> | ||
+ | </li> | ||
+ | <li> | ||
+ | <div class="frontpage-slide"> | ||
+ | <div id="left_column"> | ||
- | < | + | <p id="headline"> |
+ | Repression | ||
+ | </p> | ||
+ | <p> | ||
+ | The fusion of the transcriptional repressor domain KRAB leads to synthetic repression of gene expression. With this construct a strong repression could be observed. | ||
+ | </p> | ||
- | < | + | </div> |
- | + | <div class="slide-right-col"> | |
- | + | <div id="right_column"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | < | + | |
- | + | ||
- | + | ||
- | <div id=" | + | |
<!-- <img src="https://static.igem.org/mediawiki/2013/2/20/Freiburg2013-Highlights-KRAB3.png" style="width:500px"> --> | <!-- <img src="https://static.igem.org/mediawiki/2013/2/20/Freiburg2013-Highlights-KRAB3.png" style="width:500px"> --> | ||
Line 432: | Line 362: | ||
<table id="Fig8" class="imgtxt"> | <table id="Fig8" class="imgtxt"> | ||
<tbody><tr> | <tbody><tr> | ||
- | <td> <img | + | <td> <img src="https://static.igem.org/mediawiki/2013/2/20/Freiburg2013-Highlights-KRAB3.png"> </td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 442: | Line 372: | ||
</div> | </div> | ||
- | + | <div class=clear></div> | |
- | + | </div> | |
- | <div | + | </li> |
- | + | <li> | |
- | + | <div class="frontpage-slide"> | |
- | </ | + | <div id="left_column"> |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </div> | + | |
- | </ | + | |
- | < | + | |
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <div id="left_column"> | + | |
<p id="headline"> | <p id="headline"> | ||
Chromatin modification (Repression) | Chromatin modification (Repression) | ||
</p> | </p> | ||
- | <p | + | <p > |
Specific chromatin modification was achieved by fusing the histone methyltransferase G9a to dCas9. With this protein we are able to specifically repress endogenous gene expression. | Specific chromatin modification was achieved by fusing the histone methyltransferase G9a to dCas9. With this protein we are able to specifically repress endogenous gene expression. | ||
</p> | </p> | ||
- | |||
- | |||
- | |||
- | |||
+ | </div> | ||
+ | |||
+ | <div class="slide-right-col"> | ||
+ | <div id="right_column"> | ||
<!-- <img style="width:500px" src="https://static.igem.org/mediawiki/2013/6/6d/Freiburg2013-Highlights-Epigenetik2.png"> --> | <!-- <img style="width:500px" src="https://static.igem.org/mediawiki/2013/6/6d/Freiburg2013-Highlights-Epigenetik2.png"> --> | ||
Line 501: | Line 398: | ||
<table id="Fig8" class="imgtxt"> | <table id="Fig8" class="imgtxt"> | ||
<tbody><tr> | <tbody><tr> | ||
- | <td> <img | + | <td> <img src="https://static.igem.org/mediawiki/2013/6/6d/Freiburg2013-Highlights-Epigenetik2.png"> </td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 508: | Line 405: | ||
</tbody></table> | </tbody></table> | ||
</div> | </div> | ||
+ | |||
</div> | </div> | ||
- | < | + | <div class=clear></div> |
- | </ | + | </div> |
- | </ | + | </li> |
- | </ | + | <li> |
- | < | + | <div class="frontpage-slide"> |
- | + | <div id="left_column"> | |
- | < | + | |
- | < | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
+ | <p id="headline" > | ||
Multiple Targeting | Multiple Targeting | ||
+ | </p> | ||
+ | <p> | ||
+ | One of the biggest advantages of the CRISPR/Cas9 system is that only one protein is required for targeting several DNA sites: For a new target there has to be just another guiding RNA. We designed an RNA plasmid, "<a id="link" href="https://2013.igem.org/Team:Freiburg/Project/crrna#multiple_targeting">RNAimer</a>", containing this RNA. For multiple targeting different RNAimers can be easily combined using the iGEM BioBrick system.<br><br> | ||
+ | And as the results show, multiple targeting is possible and even better! | ||
+ | </p> | ||
- | |||
- | < | + | </div> |
- | + | <div class="slide-right-col"> | |
- | + | <div id="right_column"> | |
- | <div id=" | + | |
- | + | ||
- | + | ||
<div> | <div> | ||
<table id="Fig8" class="imgtxt"> | <table id="Fig8" class="imgtxt"> | ||
<tbody><tr> | <tbody><tr> | ||
- | <td> <img | + | <td> <img src="https://static.igem.org/mediawiki/2013/6/6b/Freiburg2013-Highlights-Multiple2.png"> </td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 549: | Line 442: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</div> | </div> | ||
- | </ | + | </div> |
- | </ | + | <div class=clear></div> |
- | </ | + | </div> |
+ | </li> | ||
+ | <li> | ||
+ | <div class="frontpage-slide"> <div id="left_column"> | ||
- | + | <p id="headline"> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | <p id="headline"> | + | |
uniBAss | uniBAss | ||
</p> | </p> | ||
- | <p | + | <p> |
We developed a novel and innovative ELISA based method to quantify the binding efficiency of our proteins. We called this binding assay uniBAss. This is a powerful tool for characterizing the modified dCas9 by assessing its DNA binding capacity with high throughput capabilities. | We developed a novel and innovative ELISA based method to quantify the binding efficiency of our proteins. We called this binding assay uniBAss. This is a powerful tool for characterizing the modified dCas9 by assessing its DNA binding capacity with high throughput capabilities. | ||
</p> | </p> | ||
+ | |||
- | </div | + | </div< |
- | < | + | |
- | + | <div class="slide-right-col"> | |
- | + | <div id="right_column" style="margin-top:-300px; margin-left:480px;"> | |
- | <div id=" | + | |
<!--<img src="https://static.igem.org/mediawiki/2013/f/f6/UniBASS_Freiburg_2013.JPG" style="width:500px">--> | <!--<img src="https://static.igem.org/mediawiki/2013/f/f6/UniBASS_Freiburg_2013.JPG" style="width:500px">--> | ||
- | <div > | + | <div> |
<table class="imgtxt" width="500px"> | <table class="imgtxt" width="500px"> | ||
- | <tr> | + | <tbody><tr> |
<td> | <td> | ||
<div> | <div> | ||
- | < | + | <img style="width:400px; margin-left:-20px; margin-top:10px;" src="https://static.igem.org/mediawiki/2013/f/f6/UniBASS_Freiburg_2013.JPG" > |
- | + | </div></td> | |
- | + | ||
- | + | ||
- | </td> | + | |
</tr> | </tr> | ||
<tr> | <tr> | ||
- | <td style="height:30px | + | <td style="height:30px; "> <b>Figure 5: uniBAss - universal Binding Assay</b><br> |
First step ... | First step ... | ||
</td> | </td> | ||
</tr> | </tr> | ||
- | </table> | + | </tbody></table> |
</div> | </div> | ||
- | + | ||
</div> | </div> | ||
- | </ | + | </div> |
- | < | + | <div class=clear></div> |
- | + | </div> | |
- | </ | + | </li> |
- | </ | + | |
- | + | </ul> | |
- | + | </div> | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | </ | + | |
- | + | ||
- | + | ||
- | </ | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
</div> | </div> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</body> | </body> | ||
- | |||
</html> | </html> |
Revision as of 15:00, 4 October 2013
HIGHLIGHTS