/**
 * @author alex.akass
 */
//SKIP LINK REMOVAL IF THEY ARE NOT PART OF THE TEMPLATE
$(document).ready(function(){
								if ( $("#primary").length <= 0 || $("#main").length <= 0 ) { $("#skip1").remove(); }
								if ( $("#header").length <= 0) { $("#skip2").remove(); }
								if ( $("#contextual").length <= 0) { $("#skip3").remove(); }
								if ( $("#footer").length <= 0) { $("#skip4").remove(); }
							});
