imgPath = 'https://modules.streamz.dk/tarot/'; document.write( '\n'); // dynamisk javascript til tarotberegning document.write( '
\n'); //document.write( '\n'); document.write( '

\n'); //document.write( '

param:

\n'); //document.write( '

location: ' +document.location.href +'

\n'); //document.write( '

query: ' +document.location.search +'

\n'); //document.write( '

refererOrg: undefined

\n'); //document.write( '

referer: undefined

\n'); //document.write( '


\n'); //document.write( '

drawtype: enkelt

\n'); function getDoubleDigit( inNumber) { inNumber = Math.floor( inNumber); if ( inNumber<10) { return String( '0' +inNumber); } else { return String( inNumber); } } function sendTarot( inForm) { draw = 0; reserved = ''; tmpCount = '000' cardCount = 78; type = inForm.type.value; qstring = ''; if ( type == 'enkelt') { while ( draw < 1) { tmpCount = getDoubleDigit( Math.floor( Math.random() * cardCount)).replace(/00/,'22'); negation = ( Math.round( Math.random() * 1) == 0) ? '-' : '+' if ( reserved.indexOf(tmpCount) < 0) { reserved += ',' +negation +tmpCount; draw++; } } inForm.action = 'undefined?' +qstring +'&mod=enkelt&cards=' +reserved.replace(/,/,'') +'&quest=' + escape( inForm.question.value.replace(/ /g,'+')) +'#tanswer'; } else if ( type == 'udvidet') { while ( draw < 4) { tmpCount = getDoubleDigit( Math.floor( Math.random() * cardCount)).replace(/00/,'22'); negation = ( Math.round( Math.random() * 1) == 0) ? '-' : '+' if ( reserved.indexOf(tmpCount) < 0) { reserved += ',' +negation +tmpCount; draw++; } } inForm.action = 'undefined?' +qstring +'&mod=udvidet&cards=' +reserved.replace(/,/,'') +'&quest=' + escape( inForm.question.value.replace(/ /g,'+')) +'#tanswer'; } else if ( type == 'bevidsthed') { while ( draw < 4) { tmpCount = getDoubleDigit( Math.floor( Math.random() * cardCount)).replace(/00/,'22'); negation = ( Math.round( Math.random() * 1) == 0) ? '-' : '+' if ( reserved.indexOf(tmpCount) < 0) { reserved += ',' +negation +tmpCount; draw++; } } inForm.action = 'undefined?' +qstring +'&mod=bevidsthed&cards=' +reserved.replace(/,/,'') +'&quest=' + escape( inForm.question.value.replace(/ /g,'+')) +'#tanswer'; } else if ( type == 'denkloge') { while ( draw < 6) { tmpCount = getDoubleDigit( Math.floor( Math.random() * cardCount)).replace(/00/,'22'); negation = ( Math.round( Math.random() * 1) == 0) ? '-' : '+' if ( reserved.indexOf(tmpCount) < 0) { reserved += ',' +negation +tmpCount; draw++; } } inForm.action = 'undefined?' +qstring +'&mod=denkloge&cards=' +reserved.replace(/,/,'') +'&quest=' + escape( inForm.question.value.replace(/ /g,'+')) +'#tanswer'; } else if ( type == 'forhold') { while ( draw < 8) { tmpCount = getDoubleDigit( Math.floor( Math.random() * cardCount)).replace(/00/,'22'); negation = ( Math.round( Math.random() * 1) == 0) ? '-' : '+' if ( reserved.indexOf(tmpCount) < 0) { reserved += ',' +negation +tmpCount; draw++; } } inForm.action = 'undefined?' +qstring +'&mod=forhold&cards=' +reserved.replace(/,/,'') +'&quest=' + escape( inForm.question.value.replace(/ /g,'+')) +'#tanswer'; } else if ( type == 'digmigvito') { while ( draw < 4) { tmpCount = getDoubleDigit( Math.floor( Math.random() * cardCount)).replace(/00/,'22'); negation = ( Math.round( Math.random() * 1) == 0) ? '-' : '+' if ( reserved.indexOf(tmpCount) < 0) { reserved += ',' +negation +tmpCount; draw++; } } inForm.action = 'undefined?' +qstring +'&mod=digmigvito&cards=' +reserved.replace(/,/,'') +'&quest=' + escape( inForm.question.value.replace(/ /g,'+')) +'#tanswer'; } inForm.submit(); } document.write( ' \n'); document.write( '
\n'); document.write( ''); document.write( '

Spørgsmål:
\n'); document.write( '
\n'); document.write( '

\n'); document.write( '

Vælg oplæg: \n'); document.write( '\n'); document.write( '

\n'); document.write( '

\n'); document.write( '
\n'); document.write( '

 

\n\n'); document.write( '

 

\n'); document.write( '

Webtarot er udviklet af Steen Andersen i samarbejde med Ulrik Golodnoff efter ide af Ulrik Golodnoff.
© Copyright på alle tekster tilhører Ulrik Golodnoff, v. Golodnoff Inc. - All Rights Reserved.

\n'); document.write( '

 

\n'); document.write( '
\n');