//<![CDATA[
/*
 *	wvlscripts.js
 *
 *	General purpose scripts for Wye Valley Media website.
 *
 *	Tom Legge
 *
 *	www.hothotfire.com
 *
 */
function object(anObject){return document.getElementById(anObject)}function openWindow(url){window.open(url)}function stdEm(){return"\u0040\u0077\u0079\u0065\u0076\u0061\u006c\u006c\u0065\u0079\u006c\u0069\u0066\u0065\u002e\u0063\u006f\u002e\u0075\u006b"}function altEm(){return"\u0040\u0077\u0079\u0065\u0076\u0061\u006c\u006c\u0065\u0079\u006d\u0065\u0064\u0069\u0061\u002e\u0063\u006f\u002e\u0075\u006b"}function jtfEm(){return"\u0040\u006a\u0074\u0066\u006f\u0074\u006f\u0067\u0072\u0061\u0070\u0068\u0078\u002e\u0063\u006f\u002e\u0075\u006b"}function glbEm(){return"\u0040\u0074\u0068\u0065\u0067\u006f\u006f\u0064\u006c\u0069\u0074\u0074\u006c\u0065\u0062\u006f\u006f\u006b\u002e\u0063\u006f\u002e\u0075\u006b"}var last="";var rot13map;function rot13init(){var map=new Array();var s="abcdefghijklmnopqrstuvwxyz";for(i=0;i<s.length;i++){map[s.charAt(i)]=s.charAt((i+13)%26)}for(i=0;i<s.length;i++){map[s.charAt(i).toUpperCase()]=s.charAt((i+13)%26).toUpperCase()}return map}function dcd(a){if(!rot13map){rot13map=rot13init()}s="";for(i=0;i<a.length;i++){var b=a.charAt(i);s+=(b>='A'&&b<='Z'||b>='a'&&b<='z'?rot13map[b]:b)}return s}var opacity=100;var direction=2;function startFade(){direction=direction*-1;setTimeout("callFade()",8000)}function callFade(){if(direction<0){if(opacity>0){var shortTimer=setTimeout("doFade()",30)}else{startFade()}}else{if(opacity<100){var shortTimer=setTimeout("doFade()",30)}else{startFade()}}}function doFade(){opacity=opacity+direction;object('cover1').style.opacity=opacity/100;object('cover1').style.filter="alpha(opacity="+opacity+")";callFade()}var scrollPos=0;var scrollSize=1164;var scrolling=true;var scrollOrder=new Array();var scrollingCovers=new Array();scrollingCovers[1]='<a href="http://www.wyevalleylife.co.uk/previous_issues.php" title="Wye Valley Life Magazine"><img src="http://www.wyevalleylife.co.uk/images/covers/wvl/August-2009-small.jpg" alt="Wye Valley Life Magazine cover" class="small_cover" /></a>';scrollingCovers[2]='<a href="http://www.wyevalleylife.co.uk/previous_issues.php" title="Life in the Marches Magazine"><img src="http://www.wyevalleylife.co.uk/images/covers/litm/February-2010-small.jpg" alt="Life in the Marches Magazine cover" class="small_cover" /></a>';scrollingCovers[3]='<a href="http://www.wyevalleylife.co.uk/business.php" title="Wye Valley Life Magazine"><img src="http://www.wyevalleylife.co.uk/images/covers/bl/November-2009-small.jpg" alt="Business Life in Herefordshire Magazine cover" class="small_cover" /></a>';scrollingCovers[4]='<a href="http://www.wyevalleylife.co.uk/weddings.php" title="Wye Valley Wedding Guide Magazine"><img src="http://www.wyevalleylife.co.uk/images/covers/wg/February-2010-small.jpg" alt="Weddings Magazine cover" class="small_cover" /></a>';scrollingCovers[5]='<a href="http://www.wyevalleylife.co.uk/previous_issues.php" title="Wye Valley Life Magazine"><img src="http://www.wyevalleylife.co.uk/images/covers/wvl/December-2009-small.jpg" alt="Wye Valley Life Magazine cover" class="small_cover" /></a>';scrollingCovers[6]='<a href="http://www.wyevalleylife.co.uk/the_good_little_book.php" title="The Good Little Book of Hereford"><img src="http://www.wyevalleylife.co.uk/images/covers/glb/issue-1-small.jpg" alt="The Good Little Book of Hereford, front cover" class="small_cover" /></a>';scrollingCovers[7]='<a href="http://www.wyevalleylife.co.uk/previous_issues.php" title="Wye Valley Life Magazine"><img src="http://www.wyevalleylife.co.uk/images/covers/wvl/March-2010-small.jpg" alt="Wye Valley Life Magazine cover" class="small_cover" /></a>';scrollingCovers[8]='<a href="http://www.wyevalleylife.co.uk/previous_issues.php" title="Life in the Marches Magazine"><img src="http://www.wyevalleylife.co.uk/images/covers/litm/September-2009-small.jpg" alt="Life in the Marches Magazine cover" class="small_cover" /></a>';scrollingCovers[9]='<a href="http://www.wyevalleylife.co.uk/previous_issues.php" title="Wye Valley Life Magazine"><img src="http://www.wyevalleylife.co.uk/images/covers/wvl/October-2009-small.jpg" alt="Wye Valley Life Magazine cover" class="small_cover" /></a>';scrollingCovers[10]='<a href="http://www.wyevalleylife.co.uk/previous_issues.php" title="Life in the Marches Magazine"><img src="http://www.wyevalleylife.co.uk/images/covers/litm/November-2009-small.jpg" alt="Life in the Marches Magazine cover" class="small_cover" /></a>';scrollingCovers[11]='<a href="http://www.wyevalleylife.co.uk/weddings.php" title="Wye Valley Wedding Guide Magazine"><img src="http://www.wyevalleylife.co.uk/images/covers/wg/October-08-small.jpg" alt="Weddings Magazine cover" class="small_cover" /></a>';scrollingCovers[12]='<a href="http://www.wyevalleylife.co.uk/weddings.php" title="Wye Valley Wedding Guide Magazine"><img src="http://www.wyevalleylife.co.uk/images/covers/wg/October-09-small.jpg" alt="Weddings Magazine cover" class="small_cover" /></a>';var scrollContents='';function startScroll(){populateContents();object('innerTitles').innerHTML='<div id="scroller">'+scrollContents+'</div><div id="scroller2">'+scrollContents+'</div>';doScroll()}function doScroll(){if(scrolling){scrollPos=scrollPos-1}if(scrollPos<((scrollSize-1)*-1)){scrollPos=0}object('scroller').style.left=scrollPos+'px';object('scroller2').style.left=scrollPos+scrollSize+'px';setTimeout("doScroll()",100)}function scrollPause(){scrolling=false}function scrollResume(){scrolling=true}function populateContents(){var i;for(i=1;i<=scrollingCovers.length-1;i++){do{rand=getRand()}while(isTaken(rand))scrollOrder[i]=rand}for(i=1;i<=scrollingCovers.length-1;i++){scrollContents=scrollContents+scrollingCovers[scrollOrder[i]]}}function getRand(){var rand=(Math.floor(Math.random()*(scrollingCovers.length-1)))+1;return rand}function isTaken(rand){var i;var theResult=false;for(i=1;i<=scrollOrder.length-1;i++){if(scrollOrder[i]==rand){return true}}return false}
//]]>