test

Javascript code posted by p
created at 25 Sep 11:57, updated at 25 Sep 12:00

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[if {ItemOverviews}]
<h2>{ItemTitle} Overview</h2>
{ItemOverviews}
[endif]<br>

<p align='center'><a href='{ItemUrl}'><img src="{ItemMediumImageUrl}" border='0'></a></p>
<br>

[if {ItemOfferPrice}]
<p align='center'><b>Sale Price</b> : <span style="color: #993300;"><strong>{ItemOfferPrice} </strong></span></p>
[endif]
<br>

<p align='center'><b><a href='{ItemUrl}'>Order Now!</a></b></p>

{ItemTitle}
{ItemFeatures}

[if {RelateItems}]
<B>RelateItems</B><br />
{RelateItems}
[endif]

<!--more-->
520 Bytes in 4 ms with coderay