var GAOTD_Ticker_Partner = '';
// 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 (8387,2025,4,2,"Wise Duplicate Finder Pro 2.1.5","Wise Duplicate Finder Pro is a duplicate file management tool that can help you find and delete duplicate files by comparing file name, file size or contents.","https://giveawayoftheday.com/wp-content/uploads/2018/11/11db9875d6864ab6afbb6df9fe16c993.png","$9.97","9.1 MB","Windows 7/ 8/ 10/ 11 (x32/x64); CPU: Pentium 1 GHz or above; RAM: 4 GB or above; Disk Space: the minimum of the space for installing Wise Duplicate Finder is 30 MB",0,0,39, GAOTD_Ticker_Partner));
document.write (GAOTD_Ticker_Footer ());