var GAOTD_Ticker_Partner = '?gp=1257830345';
// 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 (8775,2026,3,5,"Vidmore DVD Creator 1.0.78","Vidmore DVD Creator is an all-in-one video to DVD converter that creates DVDs from your video collections and also supports burning Blu-ray discs within one click. It supports a wide range of video formats, including MOV, MP4, VOB, MKV, AVI, WMV, etc. And it is fully compatible with all disc types, like DVD-9/5, DVD (NTSC or PAL), DVD+/-R, DVD+/-RW, and more.","https://giveawayoftheday.com/wp-content/uploads/2021/01/1b389a4c3c87c0a6703a898cde629bf8.png","$14.95 per month","67.3 MB","Windows 7/ 8/ 8.1/ 10/ 11",0,9,44, GAOTD_Ticker_Partner));
document.write (GAOTD_Ticker_Footer ());