$(document).ready(function() {

/* Move the virtual categories to the top of the page on left hand side */
$('#category-nav').prepend($('#virtual-category-nav'));

/* Move the special offer links to the top of the page on left hand side */

//$('#virtual-category-nav').prepend($('#tertiary-links'));

//$('#category-nav').prepend($('#tertiary-links li.side-link-offerofthemonth'));

$('#tertiary-links .inner-box').append("<a class='addthis_button' href='http://www.addthis.com/bookmark.php?v=250&amp;username=xa-4c45eaba03f28d65'><img src='http://s7.addthis.com/static/btn/v2/lg-share-en.gif' width='125' height='16' alt='Bookmark and Share' style='border:0'/></a><script type='text/javascript' src='http://s7.addthis.com/js/250/addthis_widget.js#username=xa-4c45eaba03f28d65'></script>");

//$('#register fieldset.submit').prepend("<div id='orderingtext'>If you have chosen to pay by Proforma Invoice then please submit your registration but DO NOT CONFIRM your order just yet, simply leave it in the basket until we have confirmed your Proforma Account has been set up, then you will be able to process your request.</div>");

$('#header .inner-content').append($("<div id='header-email'><a href='mailto:sales@idcardsandaccessories.co.uk'><img src='/static/idcardsheader/header-email.png'></a></div>"));
$('#header .inner-content').append($("<div id='header-delivery'><a href='/delivery.html'><img src='/static/idcardsheader/header-delivery.png'></a></div>"));

$('#header .inner-content').append($("<div id='header-history'><a href='/past-orders.html'>your order history</a></div>"));
$('#header .inner-content').append($("<div id='header-enquiries'><a href='/enquiry-form.html'>your enquiries</a></div>"));
$('#mini-basket ul').prepend($("<div id='your-basket'><a href='/basket.html'>Your basket</a></div>"));

//$('#header .inner-content').append($("<div id='header-home'><a href='/'>Home</a></div>"));
//$('#header .inner-content').append($("<div id='header-about'><a href='/aboutus.html'>About Us</a></div>"));
//$('#header .inner-content').append($("<div id='header-contact'><a href='/contact.html'>Contact Us</a></div>"));

$("table.nc.item-info").insertAfter("#product .image");
$("table.nc.discounts").insertAfter("table.nc.item-info");
$("#product .basket").insertAfter("table.nc.discounts");

$(function headerinternetdel() {
	$('#header .inner-content').append($("<div id='header-internetdel'><a href='http://isisaccreditation.imrg.org/imrg/website/isis.nsf/certificateIDIS?readform&unid=0AA5FDCA49F99E778025784D0037C7A1' target='_blank'><img src='/static/idcardsheader/header-internetdel.png'></a></div><div id='header-safeshopping'><a href='http://isisaccreditation.imrg.org/imrg/website/isis.nsf/certificateISIS?readform&unid=0AA5FDCA49F99E778025784D0037C7A1' target='_blank'><img src='/static/idcardsheader/header-safeshopping.png'></a></div>"));
})

	$('#top-links a').click(function() {
        location.reload();
    });
	
});
