// 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_Content, Ticker_Excerpt, 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 var Item = '\n'; Item += '
Every day we offer licensed software you\'d have to buy otherwise, for free! Today\'s giveaway is ' + Ticker_Title + '.
'; Item += '
'; Item += Ticker_Content; Item += '

The program is available for ' + Ticker_Price + ', but is free for the visitors of ' + gaotd_SiteName + ' today.

'; Item += '
'; return Item; } document.write (GAOTD_Ticker_Header ()); document.write (GAOTD_Ticker_Body (14150,2010,7,29,"Driver Magician 3.5","\"DriverDriver Magician offers a professional solution for device drivers backup, restoration, update and removal in Windows operating system. It identifies all the hardware in the system, extracts their associated drivers from the hard disk and backs them up to a location of your choice. Then when you format and reinstall/upgrade your operating system, you can restore all the \"saved\" drivers just as if you had the original driver diskettes in your hands. After one system reboot, your PC will be loaded and running with the required hardware drivers.","","$29.95","4.51 MB","Windows 98/ ME/ 2000/ XP/ Server 2003/ Vista/ 7/ x64; 32 MB of RAM (64 MB recommended); 10 MB of HD space for installation",0,12,36,"")); document.write (GAOTD_Ticker_Footer ());