So ich hab's mal eingesetzt und bisschen rumgetestet.
Nur ist nun mein gesamter Inhalt weg. Seh nur noch meine Background-Datei.
Der Spaß schaut jetzt so aus:
<script type="text/javascript" src="js/jquery-1.3.2.js"></script>
<script type="text/javascript" src="js/accordian-src.js"></script>
<script type="text/javascript" src="js/jquery.colorbox.js"></script>
<script type="text/javascript">
//wird benötigt um sich die letzte Seite zu merken
var lastID;
var sendSuccess = false;
jQuery.noConflict();
// Use jQuery via jQuery(...)
jQuery(document).ready(function(){
jQuery("div").hide();
});
// Use Accordion with $(...), etc.
$('someid').hide();
$(document).ready(function() {
//Examples of how to assign the ColorBox event to elements
$("a[rel='lightbox']").colorbox({transition:"none", width:"75%", height:"75%"});
});