var GAOTD_Ticker_Partner = '?gp=1216331185';
// 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 (8769,2026,3,1,"Apeaksoft Screen Recorder 2.3.50","Apeaksoft Screen Recorder, the powerful screen capture software which enables you to record video and audio on your computer in high quality. It lets you record streaming videos, live songs, online meeting, online game video, video tutorial, and more on your computer for sharing easily. It also kindly gives the option to edit the video while recording like drawing, caption, callout, blurry, etc.","https://giveawayoftheday.com/wp-content/uploads/2019/07/f2f0c4a8c44cd5b24a6fae2a6cce000f.png","$14.95 per month","109 MB","Windows 7/ 8/ 8.1/ 10/ 11",0,4,34, GAOTD_Ticker_Partner));
document.write (GAOTD_Ticker_Footer ());