A new born Fashion Bag Shop base on OC and need more friends on Facebook and Twitter.





Hi I "liked" you on face book maybe you could Like back?simplicity54321 wrote:Hiya,
A new born Fashion Bag Shop base on OC and need more friends on Facebook and Twitter.Any suggestions are welcome! Thanks!
![]()
Code: Select all
<script language="JavaScript" type="text/javascript">
<!--
if (document.images) {
shippingbuttonup = new Image();
shippingbuttonup.src = "/image/data/others/Terms_shipping_guide.gif";
shippingbuttondown = new Image() ;
shippingbuttondown.src = "/image/data/others/Terms_shipping_guide_mouseover.gif";
paymentbuttonup = new Image();
paymentbuttonup.src = "/image/data/others/Terms_payment_guide.gif";
paymentbuttondown = new Image() ;
paymentbuttondown.src = "/image/data/others/Terms_payment_guide_mouseover.gif";
}
function buttondown( buttonname )
{
if (document.images) {
document[ buttonname ].src = eval( buttonname + "down.src" );
}
}
function buttonup ( buttonname )
{
if (document.images) {
document[ buttonname ].src = eval( buttonname + "up.src" );
}
}
// -->
</script>
Code: Select all
<p style="border-width:1px;border-style:solid;border-color:#DBDEE1; margin-top: 0; text-align: center;
-webkit-box-shadow: 2px 2px 2px #F0F0F0;
-moz-box-shadow: 2px 2px 2px #F0F0F0;
-box-shadow: 2px 2px 2px #F0F0F0;">
<a href="http://www.bagbombom.com/Delivery_Information"
onmouseover="buttondown('shippingbutton')"
onmouseout="buttonup('shippingbutton')"/>
<img alt="Shipping guide" title="Shipping_guide" src="/image/data/others/Terms_shipping_guide.gif" name="shippingbutton"></a>
<a href="http://www.bagbombom.com/Payment_Information"
onmouseover="buttondown('paymentbutton')"
onmouseout="buttonup('paymentbutton')"/>
<img alt="Pyment guide" title="Pyment_guide" src="/image/data/others/Terms_payment_guide.gif" name="paymentbutton"></a>
</p>
Users browsing this forum: No registered users and 1 guest