[quote=mbahboy]Excuse me, can you show me how to make the primary (left side) and the secondary (right side) link together in the middle of the main navigation bar (under google search)?[/quote]
here:
[quote]function feruzzbedalakubalik() {
var nakmakanayam = document.getElementById("mainnav");
var nkgilondon = "<div class=\"secondary_links\"><a href=http://www.friendster.com/>[b]Home[/b]</a> | <a href=http://www.friendster.com/user.php>[b]Profile[/b]</a> | <a href=http://www.friendster.com/friends.php>[b]Friends[/b]</a><a href=http://www.friendster.com/explore.php>[b]Explore[/b]</a> | <a href=http://www.friendster.com/gallery.php>[b]Search[/b]</a> | <a href=http://www.friendster.com/video.php>[b]Video[/b]</a> | <a href=http://www.friendster.com/editcollege.php?A=s>[b]Schools[/b]</a> | <a href=http://olx.friendster.com/gateway_cobranded.php>[b]Classifieds[/b]</a> | <a href=http://olx.friendster.com/gateway_cobranded.php?target=jobs>[b]Jobs[/b]</a> | <a href=http://www.friendster.com/blogs.php>[b]Blogs[/b]</a> | <a href=http://www.friendster.com/group/mygroup.php>[b]Groups[/b]</a> | <a href=http://www.friendster.com/invite.php>[b]Invite[/b]</a></div>";
nakmakanayam.innerHTML = nkgilondon;
}
window.onload = function() {feruzzbedalakubalik();}[/quote]