Feeds

Code to Rotate Chitika Products Daily

PerformancingAds
Submitted by Nick Wilson on November 18, 2005 - 7:57am in

My friend Roxanne spots a script that rotates your chitika keywords daily, rotating your Chitika products. Here's the code:

This needs to be placed just above your Chitika javascript, and you should change the keywords to fit your needs:

< script language="javascript">
var dow = new Array();

dow['Sunday'] = " 'ipod' , 'dell laptop' , 'powerbook' ";
dow['Monday'] = " 'xbox' , 'playstation' , 'nintendo' ";
dow['Tuesday'] = " 'couch' , 'office furniture'";
dow['Wednesday'] = " 'popcorn maker' , 'blender' , 'toaster'";
dow['Thursday'] = " 'cod liver oil' , 'glucosamine'";
dow['Friday'] = " 'braun shaver' , 'norelco shaver'";
dow['Saturday'] = " 'LCD monitor' , 'hard drive' ";

var now = new Date();
var dayNames = new Array("Sunday","Monday","Tuesday",
"Wednesday","Thursday","Friday","Saturday");
< /script>

If anyone tries this out, please let us know how it works out ok?


Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <h2> <h3> <h4> <img> <div> <a> <em> <strong> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote> <span> <table> <td> <tr> <caption> <th> <hr> <pre> <br> <p> <object> <param> <embed> <strike>
  • Lines and paragraphs break automatically.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
14 + 3 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.