$().ready(function() {
$('#subNav li a').prepend('&bull;').append('&bull;');
$('#breadcrumbs li').not(':last').append(' &gt; ');

if ($('#mainNavSub li a').length != 0) {
$('#mainNavSub li a').not(':last').after('·');
};

$("a[rel^='prettyphoto']").prettyPhoto({
theme:'facebook'
}); //set up prettyphoto for all links with a rel attribute of 'prettyphoto'

});
