$(document).ready(function() {
        $("#standard2 a").qtip({
            content: {
                url: '/tooltip/standard-2oz/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 8,
                    color: '#118BBD'
                },
                tip: 'topLeft',
                width: 150
		}
        });

	$("#standard4 a").qtip({
            content: {
                url: '/tooltip/standard-4oz/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 8,
                    color: '#118BBD'
                },
                tip: 'topLeft',
                width: 150
		}
        });
	
	$("#standard8 a").qtip({
            content: {
                url: '/tooltip/standard-8oz/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 8,
                    color: '#118BBD'
                },
                tip: 'topLeft',
                width: 150
		}
        });

	$("#wideneck4 a").qtip({
            content: {
                url: '/tooltip/wide-neck-4oz/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 8,
                    color: '#118BBD'
                },
                tip: 'topLeft',
                width: 150
		}
        });

	$("#wideneck8 a").qtip({
            content: {
                url: '/tooltip/wide-neck-8oz/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 8,
                    color: '#118BBD'
                },
                tip: 'topLeft',
                width: 150
		}
        });
	
	$("#glass4 a").qtip({
            content: {
                url: '/tooltip/glass-4oz/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 8,
                    color: '#118BBD'
                },
                tip: 'topLeft',
                width: 150
		}
        });
	
	$("#glass8 a").qtip({
            content: {
                url: '/tooltip/glass-8oz/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 8,
                    color: '#118BBD'
                },
                tip: 'topLeft',
                width: 150
		}
        });
	
	$("#trainingcup1 a").qtip({
            content: {
                url: '/tooltip/training-cup-1/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 8,
                    color: '#118BBD'
                },
                tip: 'topLeft',
                width: 150
		}
        });
	
	$("#trainingcup2 a").qtip({
            content: {
                url: '/tooltip/training-cup-2/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 8,
                    color: '#118BBD'
                },
                tip: 'topLeft',
                width: 150
		}
        });
	
	$("#pacifiers1 a").qtip({
            content: {
                url: '/tooltip/pacifier-1/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 8,
                    color: '#118BBD'
                },
                tip: 'topLeft',
                width: 150
		}
        });
	
	$("#pacifiers2 a").qtip({
            content: {
                url: '/tooltip/pacifier-2/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 8,
                    color: '#118BBD'
                },
                tip: 'topLeft',
                width: 150
		}
        });
	
	$("#pacifiers3 a").qtip({
            content: {
                url: '/tooltip/pacifier-3/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 8,
                    color: '#118BBD'
                },
                tip: 'topLeft',
                width: 150
		}
        });
	
		$("#perform1 a").qtip({
            content: {
                url: '/tooltip/perform/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 8,
                    color: '#118BBD'
                },
                tip: 'topLeft',
                width: 150
		}
        });
		
			$("#prevent1 a").qtip({
            content: {
                url: '/tooltip/prevent/'
            },
            style: {
                border: {
                    width: 1,
                    radius: 8,
                    color: '#118BBD'
                },
                tip: 'topLeft',
                width: 150
		}
        });
});
