I'm using the method described here to display an individual product on a cms page:
The problem is that if I try to display 2 products using this method both blocks show the same product even if I specify a different id in each block ie:
{{block type="catalog/product_new" product_id="1" template="catalog/product/view/your_new_page.phtml"}}
{{block type="catalog/product_new" product_id="2" template="catalog/product/view/your_new_page.phtml"}}
Adding the above code to my cms page results in product 1 being displayed twice.