$(document).ready(function(){var vid=$('li.vid');var span=$('span.hover');var wrapper=$('#wrapper');var wW=parseInt(wrapper.css('width'));vid.hover(function(e){var x=e.pageX;var thisOffLeft=$(this).offset().left
var winX=$(window).width();var winOff=winX-wW;if(winOff<0){winOff=0;}
if((winX-x)<(250+(winOff/2))){xOff=thisOffLeft-(winOff/2)-(270);}else{xOff=$(this).offset().left-(winOff/2)+$(this).width()+(10);}
yOff=$(this).offset().top-(25*Math.random());boxX=String((xOff+20))+'px';boxY=String(yOff)+'px';$(this).children(':last-child').css({'display':'block','top':boxY,'left':boxX});$(this).children(':last-child').hover(function(){$(this).css({'display':'none'});},function(){$(this).css({'display':'none'});});},function(e){$(this).children(':last-child').css({'display':'none'});});});;$(document).ready(function(){var li=$('#nav li');var hw=$('#hw');var me=$('#me');var sr=$('#sr');var pp=$('#pp');var l=$('#l');var mf=$('#mf');var t=$('#t');var av=$('#av');li.css({'padding':'0'});hw.css({'background-image':'url(i/hw.jpg)','width':'129px'}).text('');me.css({'background-image':'url(i/me.jpg)','width':'148px'}).text('');sr.css({'background-image':'url(i/sr.jpg)','width':'142px'}).text('');pp.css({'background-image':'url(i/pp.jpg)','width':'101px'}).text('');l.css({'background-image':'url(i/l.jpg)','width':'80px'}).text('');mf.css({'background-image':'url(i/mf.jpg)','width':'116px'}).text('');t.css({'background-image':'url(i/t.jpg)','width':'94px'}).text('');av.css({'background-image':'url(i/av.jpg)','width':'95px'}).text('');hw.click(function(){window.location.href="health-and-wellness.php";});me.click(function(){window.location.href="media-and-entertainment.php";});sr.click(function(){window.location.href="social-responsibility.php";});pp.click(function(){window.location.href="public-policy.php";});l.click(function(){window.location.href="lifestyle.php";});mf.click(function(){window.location.href="money-and-finance.php";});t.click(function(){window.location.href="technology.php";});av.click(function(){window.location.href="all.php";});});;$(document).ready(function(){var vid=$('#video');var li=$('#results li');var manual=$('#manual');var h=manual.height()+311+10;var ht=parseInt(li.css('height'));var top=parseInt(li.css('margin-top'));var bottom=parseInt(li.css('margin-bottom'));var total=ht+top+bottom;var times=parseInt((h/total));var newH=total*(times+1);if((h%total)!=0){vid.css({'height':((newH-10)+'px')});}});;$(document).ready(function(){var footer=$('#footer');var h1=$('#header h1');footer.click(function(){window.location.href="http://dssimon.com";});h1.click(function(){window.location.href="http://yourupdate.tv";});var origH=$(document).height();var fOrig=origH-50;var fTop=footer.css('top');var dH=0;var fH=0;footer.css({'top':fOrig+'px'});$(window).resize(function(){wH=$(window).height();fH=(wH-150);if(wH<origH){footer.css({'top':fOrig+'px'});}else{footer.css({'top':fH+'px'});}});});