// header template
function GAOTD_Ticker_Header ()
{
// edit this to change ticker presentation
var Header = '\n';
Header += '
\n';
return Header;
}
// footer tempate
function GAOTD_Ticker_Footer ()
{
// edit this to change ticker presentation
var Footer = '
\n'
return Footer;
}
// body template
function GAOTD_Ticker_Body (
ID,
Ticker_Year,
Ticker_Month,
Ticker_Day,
Ticker_Title,
Ticker_Excerpt,
Ticker_Img,
Ticker_Price,
Ticker_File_Size,
Ticker_Sys_Req,
Ticker_Days_Left,
Ticker_Hours_Left,
Ticker_Minutes_Left,
Ticker_Partner
)
{
// edit this to change ticker presentation
Ticker_Partner = Ticker_Partner || '';
var Item = '\n';
Item += '';
Item += '';
return Item;
}
document.write (GAOTD_Ticker_Header ());
document.write (GAOTD_Ticker_Body (4272,2026,3,29,"Love’s Power Mahjong","Put your Mahjong skills to the test and save Ariel's fiancé, Tarlan, from captivity by the evil wizard Cornwall! Stolen from the altar on their wedding day, poor Tarlan has been taken deep into the Country of Four Seasons. Meet a whole cast of crazy characters as you help Ariel go on an exciting journey and explore the world of Love's Power Mahjong!","https://giveawayoftheday.com/wp-content/uploads/2022/04/a99e88c328ebfaa9c81cbfe34757e77b.jpeg","$9.99","36.7 MB","Windows XP/ Vista/ 7/ 8/ 10; CPU: 800 Mhz; RAM: 256 MB; DirectX: 7.0; Hard Drive: 41 MB",0,21,49));
document.write (GAOTD_Ticker_Footer ());