<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/prototype.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/general.js?ver=1603"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/popup_menu.js?ver=1600"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/jquery.cookie.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/sidebar_2.0.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/motionpack.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
{$stylesheets}
<script>
jQuery.noConflict();
jQuery(document).ready(function() {
//select all the a tag with name equal to modal
jQuery('a[name=modal]').click(function(e) {
//Cancel the link behavior
e.preventDefault();
//Get the A tag
var id = jQuery(this).attr('href');
//Get the screen height and width
var maskHeight = jQuery(document).height();
var maskWidth = jQuery(window).width();
//Set height and width to mask to fill up the whole screen
jQuery('#mask').css({'width':maskWidth,'height':maskHeight});
//transition effect
jQuery('#mask').fadeIn("fast");
jQuery('#mask').fadeTo("slow",0.5);
//Get the window height and width
var winH = jQuery(window).height();
var winW = jQuery(window).width();
//transition effect
jQuery(id).fadeIn("slow");
});
//if close button is clicked
jQuery('.window .close').click(function (e) {
//Cancel the link behavior
e.preventDefault();
jQuery('#mask, .window, #loginbox').fadeOut("slow");
});
//if mask is clicked
jQuery('#mask').click(function () {
jQuery(this).fadeOut("slow");
jQuery('.window').fadeOut("slow");
});
});
</script>
<script type="text/javascript">
<!--
var cookieDomain = "{$mybb->settings['cookiedomain']}";
var cookiePath = "{$mybb->settings['cookiepath']}";
var cookiePrefix = "{$mybb->settings['cookieprefix']}";
var deleteevent_confirm = "{$lang->deleteevent_confirm}";
var removeattach_confirm = "{$lang->removeattach_confirm}";
var loading_text = '{$lang->ajax_loading}';
var saving_changes = '{$lang->saving_changes}';
var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
var my_post_key = "{$mybb->post_code}";
var imagepath = "{$theme['imgdir']}";
// -->
</script>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function() {
jQuery('a[href=#top]').click(function(){
jQuery('html, body').animate({scrollTop:0}, 'slow');
return false;
});
});
</script>
{$newpmmsg}
<script>
jQuery.noConflict();
jQuery(document).ready(function() {
//select all the a tag with name equal to modal
jQuery('a[name=modal]').click(function(e) {
//Cancel the link behavior
e.preventDefault();
//Get the A tag
var id = jQuery(this).attr('href');
//Get the screen height and width
var maskHeight = jQuery(document).height();
var maskWidth = jQuery(window).width();
//Set height and width to mask to fill up the whole screen
jQuery('#mask').css({'width':maskWidth,'height':maskHeight});
//transition effect
jQuery('#mask').fadeIn("fast");
jQuery('#mask').fadeTo("slow",0.5);
//Get the window height and width
var winH = jQuery(window).height();
var winW = jQuery(window).width();
//transition effect
jQuery(id).fadeIn("slow");
});
//if close button is clicked
jQuery('.window .close').click(function (e) {
//Cancel the link behavior
e.preventDefault();
jQuery('#mask, .window, #loginbox').fadeOut("slow");
});
//if mask is clicked
jQuery('#mask').click(function () {
jQuery(this).fadeOut("slow");
jQuery('.window').fadeOut("slow");
});
});
</script>
<script>
jQuery('#dvz_open').hide()
jQuery('#dvz_close').click(function () {
jQuery(this).hide();
jQuery('#shoutbox').slideUp('500', 'swing');
jQuery('#dvz_open').show();
jQuery('.dvz').animate({"border-radius":"5px","opacity":"0.4"});
jQuery.cookie("animcol","closed", {expires: 365});
return false;
});
jQuery("#dvz_open").click(function () {
jQuery(this).hide();
jQuery('#shoutbox').slideDown('500', 'swing');
jQuery('#dvz_close').show();
jQuery('.dvz').animate({"border-radius":"5px 5px 0 0","opacity":"1"});
jQuery.cookie("animcol","open", {expires: 365});
return false;
});
if(jQuery.cookie("animcol") == "closed") {
jQuery("#dvz_close").hide();
jQuery("#dvz_open").show();
jQuery('#shoutbox').hide();
jQuery('.dvz').animate({"border-radius":"5px","opacity":"0.4"});
};
</script>