Hi All,
Thanks for reading.
Okay, I had an idea a while back but havent had time to really really work on it.
Here's the idea!

I have already defined a set of variables to display somewhat different text depending on the product page your viewing.

example...

Thank you for choosing mysite.com for all of your needs and purchases. Here is the $var1 (product_title); with $var2 (product_model); you were looking for.
Feel comfortable making your next purchase at mysite.com.
You just can go wrong with great products and great customer service!

/example

This displays above every product in our site.
So what I would like to do is create many paragraphs with different variables used in each to display something completely different on every page.
Since we (ZC) has many many pages I will only create (to start the ball rolling) about 10 different paragraph with variables to use here.

Each paragraph uses plain text + whatever variables I trow in.
Each paragraph will be its own variable.

Example. . .

$var1= product_title;
$var2 = product_model;

$paragraph1 = "hi thanks for stopping by. Check out $var1 and prepare to be amazed" ;

$paragraph2 = "So your interested in $var1 with model number $var2!";

/Example

Now if this is the users first click/page view they will see $paragraph1.
if this is the users second click/page view they will see $paragraph2 and so on.
Since I am only creating up to $paragraph10 (for now) this will also have to recycle after 10 clicks/page views.

I am using user tracking. If that helps at all.

Please ask any questions that may help you help me.

Thanks,
John