Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--paste the following in the green bit after <head> -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="jquery.js"></script>
- <script>
- $(document).ready(function(){
- $("#click").click(function(){
- $("#guts").slideToggle("fast");
- });
- });
- </script>
- <script src="jquery.js"></script>
- <script>
- $(document).ready(function(){
- $("#click2").click(function(){
- $("#guts2").slideToggle("fast");
- });
- });
- </script>
- <script src="jquery.js"></script>
- <script>
- $(document).ready(function(){
- $("#click3").click(function(){
- $("#guts3").slideToggle("fast");
- });
- });
- </script>
- <script type="text/javascript">
- WebFontConfig = {
- google: { families: [ 'Lora:400,700,400italic,700italic:latin', 'Ubuntu+Condensed::latin', 'Inconsolata:400,700:latin', 'Montserrat:400,700:latin' ] }
- };
- (function() {
- var wf = document.createElement('script');
- wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
- '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
- wf.type = 'text/javascript';
- wf.async = 'true';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(wf, s);
- })(); </script>
Advertisement
Add Comment
Please, Sign In to add comment