var _StartValue=0;

function MakeTicker (flashname, prId) 
{

_StartValue=JP[prId];
}
//alert(JP[12])


	//var movie = getFlashMovieObject(flashname);
//alert(movie)
	//if (movie) {
		
	//	JP[prId] += (Inc[prId]);
		
	//	movie.SetVariable('jackpot1', num2dollar(JP[prId]/100));
	//}
	
	//window.setTimeout( "MakeTicker('"+flashname+"', "+prId+")",1000); 


/*
function getFlashMovieObject(movieName)
{
	if (window.document[movieName])
	{
    	return window.document[movieName];
  	}
  	if (navigator.appName.indexOf("Microsoft Internet")==-1)
  	{
    	if (document.embeds && document.embeds[movieName])
      	return document.embeds[movieName]; 
  	}
  	else // if (navigator.appName.indexOf("Microsoft Internet")!=-1)
  	{
    	return document.getElementById(movieName);
  	}
}
*/
/*
function MakeTicker (flashname, prId) 
{
	var movie = getFlashMovieObject(flashname);
//alert(movie)
	if (movie) {
		
		JP[prId] += (Inc[prId]);
		
		movie.SetVariable('jackpot1', num2dollar(JP[prId]/100));
	}
	
	window.setTimeout( "MakeTicker('"+flashname+"', "+prId+")",1000); 

}
*/