// 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 += '
¡Cada día ofrecemos en forma gratuita software con licencia que de lo contrario tendrías que comprar! El giveaway de hoy es ' + Ticker_Title + '.
'; Item += '
'; Item += Ticker_Content; Item += '

El programa está disponible por ' + Ticker_Price + ', pero hoy para los visitantes de ' + gaotd_SiteName + ' es gratis.

'; Item += '
'; return Item; } document.write (GAOTD_Ticker_Header ()); document.write (GAOTD_Ticker_Body (3965,2009,11,7,"Lazesoft Recover My Password","\"\"Lazesoft Recover My Password is easy to use, design to general users that let you reset your forgotten Windows logon password, unlock locked or disabled out user accounts including administrator. You can reset your lost password with just a few mouse clicks. It could not be easier!","","$29.95","22.1 MB","Windows 2000, XP, 2003, Vista, 2008 and Windows 7 (x32 and x64)",0,18,29,"")); document.write (GAOTD_Ticker_Footer ());