document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
  4.  
  5. <head profile="http://gmpg.org/xfn/11">
  6.  
  7.  
  8.  
  9. <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
  10.  
  11. <meta name="distribution" content="global" />
  12.  
  13. <meta name="robots" content="follow, all" />
  14.  
  15. <meta name="language" content="en" />
  16.  
  17.  
  18.  
  19. <title><?php wp_title(''); ?><?php if(wp_title('', false)) { echo ' :'; } ?> <?php bloginfo('name'); ?></title>
  20.  
  21. <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/images/favicon.ico" type="image/x-icon" />
  22.  
  23.  
  24.  
  25. <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
  26.  
  27. <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> <?php _e("RSS Feed", 'organicthemes'); ?>" href="<?php bloginfo('rss2_url'); ?>" />
  28.  
  29. <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> <?php _e("Atom Feed",'organicthemes'); ?>" href="<?php bloginfo('atom_url'); ?>" />
  30.  
  31. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  32.  
  33.  
  34.  
  35. <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
  36.  
  37. <?php wp_enqueue_script("jquery"); ?>
  38.  
  39. <?php wp_head(); ?>
  40.  
  41.  
  42.  
  43. <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/superfish/superfish.js"></script>
  44.  
  45. <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/superfish/hoverIntent.js"></script>
  46.  
  47. <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.anythingslider.js"></script>
  48.  
  49. <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.anythingslider.video.js"></script>
  50.  
  51. <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/swfobject.js"></script>
  52.  
  53. <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/js/jquery.featureList.js"></script>
  54.  
  55.  
  56.  
  57. <script type="text/javascript">
  58.  
  59. var $j = jQuery.noConflict();
  60.  
  61. $j(document).ready(function() {
  62.  
  63. $j('.menu').superfish();
  64.  
  65. });
  66.  
  67. </script>
  68.  
  69.  
  70.  
  71. <script type="text/javascript">
  72.  
  73. var $j = jQuery.noConflict();
  74.  
  75. $j(function(){
  76.  
  77. $j('#slider1').anythingSlider({
  78.  
  79. width : 640,
  80.  
  81. height : 390,
  82.  
  83. delay : <?php echo of_get_option('slider_transition_interval'); ?>,
  84.  
  85. resumeDelay : 10000,
  86.  
  87. startStopped : false,
  88.  
  89. autoPlay : true,
  90.  
  91. autoPlayLocked : false,
  92.  
  93. easing : "swing"
  94.  
  95. });
  96.  
  97. $j(".feature_video").hover(function(){
  98.  
  99. $j('#slider1').data('AnythingSlider').startStop(false); // this stops the slideshow
  100.  
  101. });
  102.  
  103. $j(".arrow").click(function(){
  104.  
  105. $j('#slider1').data('AnythingSlider').startStop(true); // this starts the slideshow
  106.  
  107. });
  108.  
  109. });
  110.  
  111. </script>
  112.  
  113.  
  114.  
  115. <script type="text/javascript">
  116.  
  117. var $j = jQuery.noConflict();
  118.  
  119. $j(document).ready(function () {
  120.  
  121. $j('#homeslider iframe').each(function() {
  122.  
  123. var url = $j(this).attr("src")
  124.  
  125. $j(this).attr("src",url+"&amp;wmode=Opaque")
  126.  
  127. });
  128.  
  129. });
  130.  
  131. </script>
  132.  
  133.  
  134.  
  135. <script type="text/javascript">
  136.  
  137. var $j = jQuery.noConflict();
  138.  
  139. $j(document).ready(function() {
  140.  
  141. $j('#tabs li a').featureList({
  142.  
  143. output: '#output li',
  144.  
  145. transition_interval: <?php echo of_get_option('tabber_transition_interval'); ?>,
  146.  
  147. start_item: 0
  148.  
  149. });
  150.  
  151. });
  152.  
  153. </script>
  154.  
  155.  
  156.  
  157. </head>
  158.  
  159.  
  160.  
  161. <body class="corechella">
  162.  
  163.  
  164.  
  165. <div id="wrap">
  166.  
  167.  
  168.  
  169. <div id="header">
  170.  
  171. </div>
  172.  
  173. <div id="navbar">
  174.  
  175. <?php if ( function_exists('wp_nav_menu') ) { // Check for 3.0+ menus
  176.  
  177. wp_nav_menu( array( 'theme_location' => 'corechella-menu', 'container_class' => 'menu' ) ); }
  178.  
  179. else {?>
  180.  
  181. <ul class="menu"><?php wp_list_pages('title_li=&depth=4'); ?></ul>
  182.  
  183. <?php } ?>
  184.  
  185. </div>
  186.  
  187.  
  188.  
  189.  
  190.  
  191. <div id="navfoldleft"><img src="/wp-content/uploads/2013/01/nav_fold_left.png" alt="nav fold" />
  192.  
  193. </div>
  194.  
  195. <div id="navfoldright"><img src="/wp-content/uploads/2013/01/nav_fold_right.png" alt="nav fold" />
  196.  
  197.  
  198. </div>
');