Warning: implode() [function.implode]: Invalid arguments passed in /home2/thisism2/public_html/wwwttamattnet/includes/js.php on line 165
Warning: implode() [function.implode]: Invalid arguments passed in /home2/thisism2/public_html/wwwttamattnet/includes/js.php on line 166
curPos=0;
var inames = new Array(
'');
var img_links = new Array(
'');
// Preload
if (document.images) {
var flipped = new Array();
for(i=0; i< inames.length; i++) {
flipped[i] = new Image();
flipped[i].src = inames[i];
}
}
function rotateImage(dir)
{
if(dir==1)
{
nextPos=(curPos+1+inames.length)%(inames.length);
}
if(dir==-1)
{
nextPos=(curPos-1+inames.length)%(inames.length);
}
document.daImg.src = flipped[nextPos].src;
document.getElementById("ads_link").href = img_links[nextPos];
document.getElementById("thumb_link").href = img_links[nextPos];
curPos=nextPos;
}
var i_txt = '';
i_txt += 'Flipbook <= =>
';
i_txt += '';
i_txt += '![]()
';
i_txt += 'Get Your Own
';
document.write(i_txt)