diff options
| author | sostler <sbostler@gmail.com> | 2010-01-29 00:58:51 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-01-29 00:58:51 -0500 |
| commit | 358b2538c496dc873b31ea3c1a84263604f63016 (patch) | |
| tree | 4bb0fbadf8b7221a2ed44ace657ea199493cc67a /template/head.st | |
| parent | 1e6556671f7cbe135a85541184f290dd90812919 (diff) | |
| parent | 419ff75b856542a4240ad8e6cda025b935e53318 (diff) | |
Commit new files from PROD
Diffstat (limited to 'template/head.st')
| -rwxr-xr-x | template/head.st | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/template/head.st b/template/head.st index a873b7b..780d60c 100755 --- a/template/head.st +++ b/template/head.st @@ -1,10 +1,12 @@ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script> -<!-- <script type="text/javascript" src="/static/js/underscore-min.js"></script> --> +<!-- <script type="text/javascript" src="/static/jquery-1.3.2.min.js"></script> --> +<script type="text/javascript" src="/static/js/underscore-min.js"></script> <script type="text/javascript" src="/static/js/sha1.js"></script> <script type="text/javascript" src="/static/js/pichat.js"></script> - +<script type="text/javascript" src="/static/js/jquery.lavalamp.js"></script> +<script type="text/javascript" src="/static/js/jquery.easing.1.1.js"></script> <link rel="stylesheet" type="text/css" href="/static/reset.css"> <link rel="stylesheet" type="text/css" href="/static/header.css"> $if(!user_nick)$ @@ -37,6 +39,9 @@ function MM_swapImage() { //v3.0 //--> jQuery(document).ready(function () { MM_preloadImages('/static/mouseover.gif'); }); + + jQuery(function() { jQuery(".lavaLamp").lavaLamp({ fx: "backout", speed: 700 })}); + </script> <style type="text/css"> |
