function loadStory (basketId, storyId) {

		var targetUrl = "";
		targetUrl = '/story/0,19528,thisisnotanoid,00.html';

		//this will replace thisisnotanOID with the id passed in
		if (targetUrl.length > 0 && basketId !="") {
			if (storyId == 0) {
				//this allows us to cope with going to a story page, with just the basket
				//ideal for profiles et al
				targetUrl = targetUrl.replace("thisisnotanoid", basketId);
			} else {
				targetUrl = targetUrl.replace("thisisnotanoid", basketId + "_" + storyId );
			}
			window.location.href = targetUrl;
		}
}

function loadIndex (basketId) {

		var targetUrl = "";
		targetUrl = '';		

		//this will replace thisisnotanOID with the id passed in
		if (targetUrl.length > 0) {
			targetUrl = targetUrl.replace("thisisnotanoid", basketId);
			window.location.href = targetUrl;
		}

}

function loadGalleryStory (basketId,storyId) {

		var targetUrl = "";
		
		targetUrl = '/gallery/detail/0,20501,thisisnotanoid,00.html';

		//this will replace thisisnotanOID with the id passed in
		if (targetUrl.length > 0) {
			targetUrl = targetUrl.replace("thisisnotanoid", basketId + "_" + storyId );
			window.location.href = targetUrl;
		}
}

function loadVideoStory (basketId,storyId) {
		var targetUrl = "";	
		targetUrl = '/video/clips/0,23791,thisisnotanoid,00.html';

		//this will replace thisisnotanOID with the id passed in
		if (targetUrl.length > 0) {
			targetUrl = targetUrl.replace("thisisnotanoid", basketId + "_" + storyId );
			window.location.href = targetUrl;
		}
}
speedLeft=""
speedRight=""
scrollSpeed=1

function moveRight(id){
  document.getElementById(id).scrollLeft=300;
}

function moveLeft(id){
  document.getElementById(id).scrollLeft=0;
}

function pagPause(){
  clearTimeout(speedRight);
  clearTimeout(speedLeft);
}

function movePrevious(id){
  clearTimeout(speedRight);
  document.getElementById(id).scrollLeft+=scrollSpeed;
  speedRight=setTimeout("movePrevious('"+id+"')",5);
}

function moveNext(id){
  clearTimeout(speedLeft);
  document.getElementById(id).scrollLeft-=scrollSpeed;
  speedLeft=setTimeout("moveNext('"+id+"')",5);
}


function popupQuiz(siteid) {
	var width=520,height=370;
	var left=(((screen.availWidth / 2 ) - (width / 2)) -12);
	var top=((screen.availHeight / 2 ) - (height / 2));
  	navigator.appName.indexOf("netscape") ? r=0 : r=1;
	var features='width='+width+',height='+height+',left='+left+',top='+top+',resizable=1';
	var domain = self.location.hostname;

	
		switch(siteid){
			case 1: var url = 'http://quiz.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 2: var url = 'http://football.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 3: var url = 'http://music.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 4: var url = 'http://f1.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 5: var url = 'http://sport.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 6: var url = 'http://films.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;		
			case 7: var url = 'http://rugbyunion.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;		
			case 8: var url = 'http://golf.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;		
			case 9: var url = 'http://cricket.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;		
			case 16: var url = 'http://horseracing.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;				
			case 17: var url = 'http://rugbyleague.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 19: var url = 'http://tennis.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 20: var url = 'http://www.soyouthink.com/?fuseaction=ShowHome&win=mini&partner_id=00&link_id=264&ref=planetfootball'; break;
			case 26: var url = 'http://food.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 27: var url = 'http://tv.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 30: var url = 'http://soaps.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 31: var url = 'http://worldcup.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 33: var url = 'http://pubquiz.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 32: var url = 'http://bigbrother.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 39: var url = 'http://xfactor.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 45: var url = 'http://imacelebrity.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 46: var url = 'http://coronationstreet.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 48: var url = 'http://eastenders.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 67: var url = 'http://scottishfootball.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 137: var url = 'http://celebritybigbrother.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 138: var url = 'http://championsleague.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 139: var url = 'http://sixnations.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 140: var url = 'http://cricketworldcup.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 142: var url = 'http://rugbyworldcup.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			case 144: var url = 'http://stereophonics.soyouthink.com/miniwindow.cfm?partner_id=00&link_id=264&ref=planetfootball'; break;
			
			default: var url = 'http://www.soyouthink.com/?fuseaction=ShowHome&win=mini&partner_id=00&link_id=264&ref=planetfootball'; break;
		}
	
	
	url += '&domain='+escape(domain);
	var activeWindow=window.open(url,'quiz_window',features);
}



