// JavaScript Document
var j = jQuery.noConflict();

/*
https://twitter.com/#!/oraclewatches
http://www.youtube.com/ocoraclewatches
http://www.facebook.com/ocoracle
http://www.watchfusion.co.th/
*/


var spath = 'http://shoppingwebthailand.com/themes/watch3_style/images';
function slink(link,img){
	return '<a href="'+link+'" target="_blank"><img src="'+spath+'/'+img+'"/></a> ';
}
j(function(){
	j('#header_menu_language').append(
			'<div style="padding-top:30px;">'+
			slink('http://www.watchfusion.co.th/','icon_watchfusion.png')+
			slink('http://www.youtube.com/ocoraclewatches','icon_youtube.png')+
			slink('http://www.facebook.com/ocoracle','icon_facebook.png')+
			slink('https://twitter.com/#!/oraclewatches','icon_twister.png')+'&nbsp;'+
			'</div>'
	);
});


