var GAOTD_Ticker_Partner = '?gp=1283715641';
// 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 (8979,2026,9,8,"Sticky Password Premium 8.9.11.2346 (Win&Mac)","Sticky Password is the award-winning password manager and form-filler that remembers your passwords and enters them automatically whenever and wherever you need them - on your desktop, smartphone or tablet. Keep all your passwords in one secure location encrypted by AES-256. Your Master Password will be your key that unlocks your password storage - only you will know what it is! Sticky Password technology is trusted by millions of people around the world.","https://giveawayoftheday.com/wp-content/uploads/2016/10/b5fe1b77f50012173774fd43ee71e95e.png","$39.99","74.7 MB","Windows 7 and higher; MacOS 10.12 (Sierra) and higher; iOS 9.x and higher; Android 5.0 and higher",0,3,49, GAOTD_Ticker_Partner));
document.write (GAOTD_Ticker_Footer ());