var GAOTD_Ticker_Partner = '?gp=1165742249';
// 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 (8768,2026,2,27,"SoftOrbits Video Converter 1.3","SoftOrbits Video Converter is an easy-to-use software program that allows users to quickly and easily convert videos from one format to another. It supports a wide range of popular video formats, including AVI, MP4, MOV, WMV, FLV, and more. With this program, users can easily convert videos to any format they need for playback on their device of choice. The program also includes a built-in video editor, allowing users to trim, crop, rotate, and add effects to their videos. Additionally, the program includes a batch conversion feature, allowing users to quickly and easily convert multiple videos at once. This feature is especially useful for those who need to convert a large number of videos in a short amount of time.","https://giveawayoftheday.com/wp-content/uploads/2023/10/abf59baa3905721ee5c790dab0336226.png","$14.99 per month","1.2 MB","Windows 7/ 8/ 8.1/ 10/ 11",0,22,24, GAOTD_Ticker_Partner));
document.write (GAOTD_Ticker_Footer ());