Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- $(document).ready(function(){
- var h1Value = $("h1").html();
- if($('h1').size() == 0 || h1Value == undefined || h1Value == ''){
- document.title = "The Championships, Wimbledon 2013 - Official Site by IBM";
- }else{
- document.title = "The Championships, Wimbledon 2013 - Official Site by IBM - " + h1Value;
- }
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement