// 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 (9206,2009,11,26,"Cleanse Uninstaller Pro 6","\"\"Cleanse Uninstaller Pro is an advanced uninstaller that finds and remove even the most stubborn programs. Uninstall faster, easier and more completely than you do with other programs. No more problem uninstalls. Using the Auto Find uninstall function all you have to do is drag and drop the programs icon you want to uninstall onto Cleanse Uninstallers icon and Cleanse will Auto Find the program in the uninstall list and start the advanced uninstall process.","","$19.95","3.24 MB","Windows 95/98/ME, 2000/NT, XP, 2003, Vista; .NET Framework 2.0",0,14,4,"")); document.write (GAOTD_Ticker_Footer ());